Html Css Color HEX #C2BB0E La Rioja

📋 copy color: '#C2BB0E'

red 194 ◦ green 187 ◦ blue 14

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

Shades of La Rioja #C2BB0E

Tints of La Rioja #C2BB0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.54%

R = 49.11%
G = 47.34%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C2BB0E (or 0xC2BB0E) is known color: La Rioja. HEX triplet: C2, BB and 0E. RGB value is (194,187,14). Sum of RGB (Red+Green+Blue) = 194+187+14=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 187 (73.44% from 255 or 47.34% from 395); Blue value is 14 (5.86% from 255 or 3.54% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BB0E is #3D44F1. Grayscale: #AAAAAA. Windows color (decimal): -4015346 or 965570. OLE color: 965570.

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

Color convert

RGB 194 187 14 -
CMYK 0 0.04 0.93 0.24
HSL 57.67º 0.87% 0.41% -
HSV(B) 57.67º 0.93% 0.76% -
XYZ 40.1 47.04 7.38 -
YUV 169.37 40.32 145.57 -
System Red Green Blue C M Y K H S L
Decimal 194 187 14 0 0.04 0.93 0.24 57.67 0.87 0.41
Hex C2 BB E 0 4 5D 18 3A 57 29
Octal 302 273 16 0 4 135 30 72 127 51
Binary 11000010 10111011 1110 0 100 1011101 11000 111010 1010111 101001

Color Harmonies of #C2BB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BB0E

Black with #C2BB0E

Text Example


Text Example

White with #C2BB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BB0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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