Html Css Color HEX #C2BB02 La Rioja

📋 copy color: '#C2BB02'

red 194 ◦ green 187 ◦ blue 2

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

Shades of La Rioja #C2BB02

Tints of La Rioja #C2BB02

RGB

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

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

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

R = 50.65%
G = 48.83%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C2BB02 (or 0xC2BB02) is known color: La Rioja. HEX triplet: C2, BB and 02. RGB value is (194,187,2). Sum of RGB (Red+Green+Blue) = 194+187+2=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 187 (73.44% from 255 or 48.83% from 383); Blue value is 2 (1.17% from 255 or 0.52% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BB02 is #3D44FD. Grayscale: #A8A8A8. Windows color (decimal): -4015358 or 179138. OLE color: 179138.

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

Color convert

RGB 194 187 2 -
CMYK 0 0.04 0.99 0.24
HSL 57.81º 0.98% 0.38% -
HSV(B) 57.81º 0.99% 0.76% -
XYZ 40.03 47.01 7.02 -
YUV 168 34.32 146.54 -
System Red Green Blue C M Y K H S L
Decimal 194 187 2 0 0.04 0.99 0.24 57.81 0.98 0.38
Hex C2 BB 2 0 4 63 18 3A 62 26
Octal 302 273 2 0 4 143 30 72 142 46
Binary 11000010 10111011 10 0 100 1100011 11000 111010 1100010 100110

Color Harmonies of #C2BB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BB02

Black with #C2BB02

Text Example


Text Example

White with #C2BB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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