#c0bb08

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

Shades of La Rioja #C0BB08

Tints of La Rioja #C0BB08

Color information

#C0BB08 (or 0xC0BB08) is unknown color: approx La Rioja. HEX triplet: C0, BB and 08. RGB value is (192,187,8). Sum of RGB (Red+Green+Blue) = 192+187+8=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 187 (73.44% from 255 or 48.32% from 387); Blue value is 8 (3.52% from 255 or 2.07% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BB08 is #3F44F7. Grayscale: #A8A8A8. Windows color (decimal): -4146424 or 572352. OLE color: 572352.

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

Color convert

RGB1921878-
CMYK00.030.960.25
HSL58.37º92%39.22%-
HSV(B)58.37º95.83%75.29%-
XYZ39.5546.767.17-
YUV168.0937.66145.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.61%
GREEN value IS 187 (73.44% from 255) = 48.32%
BLUE value IS 8 (3.52% from 255) = 2.07%
R=49.61%
G=48.32%
B=2.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192187800.030.960.2558.379239.22
HexC0BB80360193a5c27
Octal3002731003140317213447
Binary110000001011101110000111100000110011110101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0bb08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0bb08; }

 p { color: rgb(192,187,8); }

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

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

 a { background-color: rgb(192,187,8); }

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

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

 span { border-color: rgb(192,187,8); }

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