Html Css Color HEX #C2B812 La Rioja

📋 copy color: '#C2B812'

red 194 ◦ green 184 ◦ blue 18

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

Shades of La Rioja #C2B812

Tints of La Rioja #C2B812

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.46%

 BLUE value IS 18 (7.42% from 255) = 4.55%

R = 48.99%
G = 46.46%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C2B812 (or 0xC2B812) is known color: La Rioja. HEX triplet: C2, B8 and 12. RGB value is (194,184,18). Sum of RGB (Red+Green+Blue) = 194+184+18=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 184 (72.27% from 255 or 46.46% from 396); Blue value is 18 (7.42% from 255 or 4.55% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B812 is #3D47ED. Grayscale: #A8A8A8. Windows color (decimal): -4016110 or 1226946. OLE color: 1226946.

HSL color Cylindrical-coordinate representation of color #C2B812: hue angle of 56.59º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2B812 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 184 18 -
CMYK 0 0.05 0.91 0.24
HSL 56.59º 0.83% 0.42% -
HSV(B) 56.59º 0.91% 0.76% -
XYZ 39.5 45.79 7.33 -
YUV 168.07 43.31 146.5 -
System Red Green Blue C M Y K H S L
Decimal 194 184 18 0 0.05 0.91 0.24 56.59 0.83 0.42
Hex C2 B8 12 0 5 5B 18 39 53 2A
Octal 302 270 22 0 5 133 30 71 123 52
Binary 11000010 10111000 10010 0 101 1011011 11000 111001 1010011 101010

Color Harmonies of #C2B812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B812

Black with #C2B812

Text Example


Text Example

White with #C2B812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B812; }

 p { color: rgb(194,184,18); }

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

background-color css

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

 a { background-color: rgb(194,184,18); }

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

border-color css

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

 span { border-color: rgb(194,184,18); }

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