Html Css Color HEX #C2BE13 La Rioja

📋 copy color: '#C2BE13'

red 194 ◦ green 190 ◦ blue 19

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

Shades of La Rioja #C2BE13

Tints of La Rioja #C2BE13

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.15%

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

R = 48.14%
G = 47.15%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C2BE13 (or 0xC2BE13) is known color: La Rioja. HEX triplet: C2, BE and 13. RGB value is (194,190,19). Sum of RGB (Red+Green+Blue) = 194+190+19=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 19 (7.81% from 255 or 4.71% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BE13 is #3D41EC. Grayscale: #ACACAC. Windows color (decimal): -4014573 or 1294018. OLE color: 1294018.

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

Color convert

RGB 194 190 19 -
CMYK 0 0.02 0.90 0.24
HSL 58.63º 0.82% 0.42% -
HSV(B) 58.63º 0.9% 0.76% -
XYZ 40.78 48.34 7.8 -
YUV 171.7 41.83 143.9 -
System Red Green Blue C M Y K H S L
Decimal 194 190 19 0 0.02 0.90 0.24 58.63 0.82 0.42
Hex C2 BE 13 0 2 5A 18 3B 52 2A
Octal 302 276 23 0 2 132 30 73 122 52
Binary 11000010 10111110 10011 0 10 1011010 11000 111011 1010010 101010

Color Harmonies of #C2BE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BE13

Black with #C2BE13

Text Example


Text Example

White with #C2BE13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BE13; }

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

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

background-color css

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

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

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

border-color css

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

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

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