Html Css Color HEX #C2BF11 La Rioja

📋 copy color: '#C2BF11'

red 194 ◦ green 191 ◦ blue 17

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

Shades of La Rioja #C2BF11

Tints of La Rioja #C2BF11

RGB

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

 GREEN value IS 191 (75% from 255) = 47.51%

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

R = 48.26%
G = 47.51%
B = 4.23%

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

#C2BF11 (or 0xC2BF11) is known color: La Rioja. HEX triplet: C2, BF and 11. RGB value is (194,191,17). Sum of RGB (Red+Green+Blue) = 194+191+17=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 191 (75% from 255 or 47.51% from 402); Blue value is 17 (7.03% from 255 or 4.23% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BF11 is #3D40EE. Grayscale: #ACACAC. Windows color (decimal): -4014319 or 1163202. OLE color: 1163202.

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

Color convert

RGB 194 191 17 -
CMYK 0 0.02 0.91 0.24
HSL 58.98º 0.84% 0.41% -
HSV(B) 58.98º 0.91% 0.76% -
XYZ 40.98 48.77 7.78 -
YUV 172.06 40.49 143.65 -
System Red Green Blue C M Y K H S L
Decimal 194 191 17 0 0.02 0.91 0.24 58.98 0.84 0.41
Hex C2 BF 11 0 2 5B 18 3B 54 29
Octal 302 277 21 0 2 133 30 73 124 51
Binary 11000010 10111111 10001 0 10 1011011 11000 111011 1010100 101001

Color Harmonies of #C2BF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BF11

Black with #C2BF11

Text Example


Text Example

White with #C2BF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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