Html Css Color HEX #C2BE11 La Rioja

📋 copy color: '#C2BE11'

red 194 ◦ green 190 ◦ blue 17

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

Shades of La Rioja #C2BE11

Tints of La Rioja #C2BE11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.24%

R = 48.38%
G = 47.38%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C2BE11 (or 0xC2BE11) is known color: La Rioja. HEX triplet: C2, BE and 11. RGB value is (194,190,17). Sum of RGB (Red+Green+Blue) = 194+190+17=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 190 (74.61% from 255 or 47.38% from 401); Blue value is 17 (7.03% from 255 or 4.24% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BE11 is #3D41EE. Grayscale: #ACACAC. Windows color (decimal): -4014575 or 1162946. OLE color: 1162946.

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

Color convert

RGB 194 190 17 -
CMYK 0 0.02 0.91 0.24
HSL 58.64º 0.84% 0.41% -
HSV(B) 58.64º 0.91% 0.76% -
XYZ 40.76 48.34 7.71 -
YUV 171.47 40.83 144.07 -
System Red Green Blue C M Y K H S L
Decimal 194 190 17 0 0.02 0.91 0.24 58.64 0.84 0.41
Hex C2 BE 11 0 2 5B 18 3B 54 29
Octal 302 276 21 0 2 133 30 73 124 51
Binary 11000010 10111110 10001 0 10 1011011 11000 111011 1010100 101001

Color Harmonies of #C2BE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BE11

Black with #C2BE11

Text Example


Text Example

White with #C2BE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BE11; }

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

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

background-color css

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

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

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

border-color css

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

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

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