Html Css Color HEX #C2BB03 La Rioja

📋 copy color: '#C2BB03'

red 194 ◦ green 187 ◦ blue 3

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

Shades of La Rioja #C2BB03

Tints of La Rioja #C2BB03

RGB

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

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

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

R = 50.52%
G = 48.7%
B = 0.78%

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

#C2BB03 (or 0xC2BB03) is known color: La Rioja. HEX triplet: C2, BB and 03. RGB value is (194,187,3). Sum of RGB (Red+Green+Blue) = 194+187+3=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 187 (73.44% from 255 or 48.70% from 384); Blue value is 3 (1.56% from 255 or 0.78% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BB03 is #3D44FC. Grayscale: #A8A8A8. Windows color (decimal): -4015357 or 244674. OLE color: 244674.

HSL color Cylindrical-coordinate representation of color #C2BB03: hue angle of 57.8º degrees, saturation: 0.97, 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 #C2BB03 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 187 3 -
CMYK 0 0.04 0.98 0.24
HSL 57.8º 0.97% 0.39% -
HSV(B) 57.8º 0.98% 0.76% -
XYZ 40.03 47.02 7.05 -
YUV 168.12 34.82 146.46 -
System Red Green Blue C M Y K H S L
Decimal 194 187 3 0 0.04 0.98 0.24 57.8 0.97 0.39
Hex C2 BB 3 0 4 62 18 3A 61 27
Octal 302 273 3 0 4 142 30 72 141 47
Binary 11000010 10111011 11 0 100 1100010 11000 111010 1100001 100111

Color Harmonies of #C2BB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BB03

Black with #C2BB03

Text Example


Text Example

White with #C2BB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BB03; }

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

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

background-color css

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

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

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

border-color css

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

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

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