#C2BD08

Color #C2BD08 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #C2BD08

Tints of La Rioja #C2BD08

Color information

#C2BD08 (or 0xC2BD08) is unknown color: approx La Rioja. HEX triplet: C2, BD and 08. RGB value is (194,189,8). Sum of RGB (Red+Green+Blue) = 194+189+8=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 8 (3.52% from 255 or 2.05% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BD08 is #3D42F7. Grayscale: #AAAAAA. Windows color (decimal): -4014840 or 572866. OLE color: 572866.

HSL color Cylindrical-coordinate representation of color #C2BD08: hue angle of 58.39º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2BD08 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB1941898-
CMYK00.030.960.24
HSL58.39º92.08%39.61%-
HSV(B)58.39º95.88%76.08%-
XYZ40.4947.887.34-
YUV169.8636.66145.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 49.62%
GREEN value IS 189 (74.22% from 255) = 48.34%
BLUE value IS 8 (3.52% from 255) = 2.05%
R=49.62%
G=48.34%
B=2.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194189800.030.960.2458.3992.0839.61
HexC2BD80360183a5c28
Octal3022751003140307213450
Binary110000101011110110000111100000110001110101011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BD08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BD08; }

 p { color: rgb(194,189,8); }

 H1.HeaderClassName
 {
   color: #C2BD08;
 }
 .AnyTagClassName
 {
   color: #C2BD08;
 }
</style>
background-color css

<style>
 a { background-color: #C2BD08; }

 a { background-color: rgb(194,189,8); }

 div.DivClassName
 {
   background-color: #C2BD08;
 }
 .BgClassName
 {
   background-color: #C2BD08;
 }
</style>
border-color css

<style>
 span { border-color: #C2BD08; }

 span { border-color: rgb(194,189,8); }

 td.TdClassName
 {
   border-color: #C2BD08;
 }
 .TagClassName
 {
   border-color: #C2BD08;
 }
</style>