Html Css Color HEX #C2BB10 La Rioja

📋 copy color: '#C2BB10'

red 194 ◦ green 187 ◦ blue 16

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

Shades of La Rioja #C2BB10

Tints of La Rioja #C2BB10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.03%

R = 48.87%
G = 47.1%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C2BB10 (or 0xC2BB10) is known color: La Rioja. HEX triplet: C2, BB and 10. RGB value is (194,187,16). Sum of RGB (Red+Green+Blue) = 194+187+16=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 16 (6.64% from 255 or 4.03% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BB10 is #3D44EF. Grayscale: #AAAAAA. Windows color (decimal): -4015344 or 1096642. OLE color: 1096642.

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

Color convert

RGB 194 187 16 -
CMYK 0 0.04 0.92 0.24
HSL 57.64º 0.85% 0.41% -
HSV(B) 57.64º 0.92% 0.76% -
XYZ 40.11 47.05 7.46 -
YUV 169.6 41.32 145.4 -
System Red Green Blue C M Y K H S L
Decimal 194 187 16 0 0.04 0.92 0.24 57.64 0.85 0.41
Hex C2 BB 10 0 4 5C 18 3A 55 29
Octal 302 273 20 0 4 134 30 72 125 51
Binary 11000010 10111011 10000 0 100 1011100 11000 111010 1010101 101001

Color Harmonies of #C2BB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BB10

Black with #C2BB10

Text Example


Text Example

White with #C2BB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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