Html Css Color HEX #C0BB03 La Rioja

📋 copy color: '#C0BB03'

red 192 ◦ green 187 ◦ blue 3

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

Shades of La Rioja #C0BB03

Tints of La Rioja #C0BB03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.79%

R = 50.26%
G = 48.95%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C0BB03 (or 0xC0BB03) is known color: La Rioja. HEX triplet: C0, BB and 03. RGB value is (192,187,3). Sum of RGB (Red+Green+Blue) = 192+187+3=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 187 (73.44% from 255 or 48.95% from 382); Blue value is 3 (1.56% from 255 or 0.79% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BB03 is #3F44FC. Grayscale: #A8A8A8. Windows color (decimal): -4146429 or 244672. OLE color: 244672.

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

Color convert

RGB 192 187 3 -
CMYK 0 0.03 0.98 0.25
HSL 58.41º 0.97% 0.38% -
HSV(B) 58.41º 0.98% 0.75% -
XYZ 39.52 46.75 7.03 -
YUV 167.52 35.16 145.46 -
System Red Green Blue C M Y K H S L
Decimal 192 187 3 0 0.03 0.98 0.25 58.41 0.97 0.38
Hex C0 BB 3 0 3 62 19 3A 61 26
Octal 300 273 3 0 3 142 31 72 141 46
Binary 11000000 10111011 11 0 11 1100010 11001 111010 1100001 100110

Color Harmonies of #C0BB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BB03

Black with #C0BB03

Text Example


Text Example

White with #C0BB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BB03; }

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

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

background-color css

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

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

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

border-color css

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

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

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