Html Css Color HEX #C2BD13 La Rioja

📋 copy color: '#C2BD13'

red 194 ◦ green 189 ◦ blue 19

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

Shades of La Rioja #C2BD13

Tints of La Rioja #C2BD13

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.01%

 BLUE value IS 19 (7.81% from 255) = 4.73%

R = 48.26%
G = 47.01%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C2BD13 (or 0xC2BD13) is known color: La Rioja. HEX triplet: C2, BD and 13. RGB value is (194,189,19). Sum of RGB (Red+Green+Blue) = 194+189+19=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 189 (74.22% from 255 or 47.01% from 402); Blue value is 19 (7.81% from 255 or 4.73% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BD13 is #3D42EC. Grayscale: #ABABAB. Windows color (decimal): -4014829 or 1293762. OLE color: 1293762.

HSL color Cylindrical-coordinate representation of color #C2BD13: hue angle of 58.29º degrees, saturation: 0.82, 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 #C2BD13 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 189 19 -
CMYK 0 0.03 0.90 0.24
HSL 58.29º 0.82% 0.42% -
HSV(B) 58.29º 0.9% 0.76% -
XYZ 40.56 47.91 7.73 -
YUV 171.12 42.16 144.32 -
System Red Green Blue C M Y K H S L
Decimal 194 189 19 0 0.03 0.90 0.24 58.29 0.82 0.42
Hex C2 BD 13 0 3 5A 18 3A 52 2A
Octal 302 275 23 0 3 132 30 72 122 52
Binary 11000010 10111101 10011 0 11 1011010 11000 111010 1010010 101010

Color Harmonies of #C2BD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BD13

Black with #C2BD13

Text Example


Text Example

White with #C2BD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BD13; }

 p { color: rgb(194,189,19); }

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

background-color css

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

 a { background-color: rgb(194,189,19); }

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

border-color css

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

 span { border-color: rgb(194,189,19); }

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