Html Css Color HEX #C2BB04 La Rioja

📋 copy color: '#C2BB04'

red 194 ◦ green 187 ◦ blue 4

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

Shades of La Rioja #C2BB04

Tints of La Rioja #C2BB04

RGB

 RED value IS 194 (76.17% from 255) = 50.39%

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

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

R = 50.39%
G = 48.57%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C2BB04 (or 0xC2BB04) is known color: La Rioja. HEX triplet: C2, BB and 04. RGB value is (194,187,4). Sum of RGB (Red+Green+Blue) = 194+187+4=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 187 (73.44% from 255 or 48.57% from 385); Blue value is 4 (1.95% from 255 or 1.04% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BB04 is #3D44FB. Grayscale: #A8A8A8. Windows color (decimal): -4015356 or 310210. OLE color: 310210.

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

Color convert

RGB 194 187 4 -
CMYK 0 0.04 0.98 0.24
HSL 57.79º 0.96% 0.39% -
HSV(B) 57.79º 0.98% 0.76% -
XYZ 40.04 47.02 7.08 -
YUV 168.23 35.32 146.38 -
System Red Green Blue C M Y K H S L
Decimal 194 187 4 0 0.04 0.98 0.24 57.79 0.96 0.39
Hex C2 BB 4 0 4 62 18 3A 60 27
Octal 302 273 4 0 4 142 30 72 140 47
Binary 11000010 10111011 100 0 100 1100010 11000 111010 1100000 100111

Color Harmonies of #C2BB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BB04

Black with #C2BB04

Text Example


Text Example

White with #C2BB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BB04; }

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

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

background-color css

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

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

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

border-color css

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

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

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