Html Css Color HEX #C2BB14 La Rioja

📋 copy color: '#C2BB14'

red 194 ◦ green 187 ◦ blue 20

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

Shades of La Rioja #C2BB14

Tints of La Rioja #C2BB14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.99%

R = 48.38%
G = 46.63%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C2BB14 (or 0xC2BB14) is known color: La Rioja. HEX triplet: C2, BB and 14. RGB value is (194,187,20). Sum of RGB (Red+Green+Blue) = 194+187+20=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 20 (8.20% from 255 or 4.99% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BB14 is #3D44EB. Grayscale: #AAAAAA. Windows color (decimal): -4015340 or 1358786. OLE color: 1358786.

HSL color Cylindrical-coordinate representation of color #C2BB14: hue angle of 57.59º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2BB14 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 187 20 -
CMYK 0 0.04 0.90 0.24
HSL 57.59º 0.81% 0.42% -
HSV(B) 57.59º 0.9% 0.76% -
XYZ 40.14 47.06 7.63 -
YUV 170.06 43.32 145.08 -
System Red Green Blue C M Y K H S L
Decimal 194 187 20 0 0.04 0.90 0.24 57.59 0.81 0.42
Hex C2 BB 14 0 4 5A 18 3A 51 2A
Octal 302 273 24 0 4 132 30 72 121 52
Binary 11000010 10111011 10100 0 100 1011010 11000 111010 1010001 101010

Color Harmonies of #C2BB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BB14

Black with #C2BB14

Text Example


Text Example

White with #C2BB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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