Html Css Color HEX #C0BB04 La Rioja

📋 copy color: '#C0BB04'

red 192 ◦ green 187 ◦ blue 4

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

Shades of La Rioja #C0BB04

Tints of La Rioja #C0BB04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.04%

R = 50.13%
G = 48.83%
B = 1.04%

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

#C0BB04 (or 0xC0BB04) is known color: La Rioja. HEX triplet: C0, BB and 04. RGB value is (192,187,4). Sum of RGB (Red+Green+Blue) = 192+187+4=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 187 (73.44% from 255 or 48.83% from 383); Blue value is 4 (1.95% from 255 or 1.04% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BB04 is #3F44FB. Grayscale: #A8A8A8. Windows color (decimal): -4146428 or 310208. OLE color: 310208.

HSL color Cylindrical-coordinate representation of color #C0BB04: hue angle of 58.4º degrees, saturation: 0.96, 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 #C0BB04 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 187 4 -
CMYK 0 0.03 0.98 0.25
HSL 58.4º 0.96% 0.38% -
HSV(B) 58.4º 0.98% 0.75% -
XYZ 39.53 46.76 7.06 -
YUV 167.63 35.66 145.38 -
System Red Green Blue C M Y K H S L
Decimal 192 187 4 0 0.03 0.98 0.25 58.4 0.96 0.38
Hex C0 BB 4 0 3 62 19 3A 60 26
Octal 300 273 4 0 3 142 31 72 140 46
Binary 11000000 10111011 100 0 11 1100010 11001 111010 1100000 100110

Color Harmonies of #C0BB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BB04

Black with #C0BB04

Text Example


Text Example

White with #C0BB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BB04; }

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

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

background-color css

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

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

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

border-color css

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

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

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