Html Css Color HEX #C2BE15 La Rioja

📋 copy color: '#C2BE15'

red 194 ◦ green 190 ◦ blue 21

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

Shades of La Rioja #C2BE15

Tints of La Rioja #C2BE15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.19%

R = 47.9%
G = 46.91%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C2BE15 (or 0xC2BE15) is known color: La Rioja. HEX triplet: C2, BE and 15. RGB value is (194,190,21). Sum of RGB (Red+Green+Blue) = 194+190+21=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 21 (8.59% from 255 or 5.19% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BE15 is #3D41EA. Grayscale: #ACACAC. Windows color (decimal): -4014571 or 1425090. OLE color: 1425090.

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

Color convert

RGB 194 190 21 -
CMYK 0 0.02 0.89 0.24
HSL 58.61º 0.8% 0.42% -
HSV(B) 58.61º 0.89% 0.76% -
XYZ 40.8 48.35 7.89 -
YUV 171.93 42.83 143.74 -
System Red Green Blue C M Y K H S L
Decimal 194 190 21 0 0.02 0.89 0.24 58.61 0.8 0.42
Hex C2 BE 15 0 2 59 18 3B 50 2A
Octal 302 276 25 0 2 131 30 73 120 52
Binary 11000010 10111110 10101 0 10 1011001 11000 111011 1010000 101010

Color Harmonies of #C2BE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BE15

Black with #C2BE15

Text Example


Text Example

White with #C2BE15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BE15; }

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

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

background-color css

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

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

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

border-color css

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

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

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