Html Css Color HEX #C0BB02 La Rioja

📋 copy color: '#C0BB02'

red 192 ◦ green 187 ◦ blue 2

#C0BB02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #C0BB02

Tints of La Rioja #C0BB02

RGB

 RED value IS 192 (75.39% from 255) = 50.39%

 GREEN value IS 187 (73.44% from 255) = 49.08%

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 50.39%
G = 49.08%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C0BB02 (or 0xC0BB02) is known color: La Rioja. HEX triplet: C0, BB and 02. RGB value is (192,187,2). Sum of RGB (Red+Green+Blue) = 192+187+2=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 187 (73.44% from 255 or 49.08% from 381); Blue value is 2 (1.17% from 255 or 0.52% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BB02 is #3F44FD. Grayscale: #A8A8A8. Windows color (decimal): -4146430 or 179136. OLE color: 179136.

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

Color convert

RGB 192 187 2 -
CMYK 0 0.03 0.99 0.25
HSL 58.42º 0.98% 0.38% -
HSV(B) 58.42º 0.99% 0.75% -
XYZ 39.52 46.75 7 -
YUV 167.41 34.66 145.54 -
System Red Green Blue C M Y K H S L
Decimal 192 187 2 0 0.03 0.99 0.25 58.42 0.98 0.38
Hex C0 BB 2 0 3 63 19 3A 62 26
Octal 300 273 2 0 3 143 31 72 142 46
Binary 11000000 10111011 10 0 11 1100011 11001 111010 1100010 100110

Color Harmonies of #C0BB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BB02

Black with #C0BB02

Text Example


Text Example

White with #C0BB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BB02; }

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

 H1.HeaderClassName
 {
   color: #C0BB02;
 }
 .AnyTagClassName
 {
   color: #C0BB02;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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