Html Css Color HEX #C2B816 La Rioja

📋 copy color: '#C2B816'

red 194 ◦ green 184 ◦ blue 22

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

Shades of La Rioja #C2B816

Tints of La Rioja #C2B816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.5%

R = 48.5%
G = 46%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C2B816 (or 0xC2B816) is known color: La Rioja. HEX triplet: C2, B8 and 16. RGB value is (194,184,22). Sum of RGB (Red+Green+Blue) = 194+184+22=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 184 (72.27% from 255 or 46% from 400); Blue value is 22 (8.98% from 255 or 5.5% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B816 is #3D47E9. Grayscale: #A9A9A9. Windows color (decimal): -4016106 or 1489090. OLE color: 1489090.

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

Color convert

RGB 194 184 22 -
CMYK 0 0.05 0.89 0.24
HSL 56.51º 0.8% 0.42% -
HSV(B) 56.51º 0.89% 0.76% -
XYZ 39.53 45.81 7.52 -
YUV 168.52 45.31 146.17 -
System Red Green Blue C M Y K H S L
Decimal 194 184 22 0 0.05 0.89 0.24 56.51 0.8 0.42
Hex C2 B8 16 0 5 59 18 39 50 2A
Octal 302 270 26 0 5 131 30 71 120 52
Binary 11000010 10111000 10110 0 101 1011001 11000 111001 1010000 101010

Color Harmonies of #C2B816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B816

Black with #C2B816

Text Example


Text Example

White with #C2B816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B816; }

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

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

background-color css

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

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

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

border-color css

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

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

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