Html Css Color HEX #C2BC11 La Rioja

📋 copy color: '#C2BC11'

red 194 ◦ green 188 ◦ blue 17

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

Shades of La Rioja #C2BC11

Tints of La Rioja #C2BC11

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.12%

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

R = 48.62%
G = 47.12%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C2BC11 (or 0xC2BC11) is known color: La Rioja. HEX triplet: C2, BC and 11. RGB value is (194,188,17). Sum of RGB (Red+Green+Blue) = 194+188+17=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 17 (7.03% from 255 or 4.26% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BC11 is #3D43EE. Grayscale: #AAAAAA. Windows color (decimal): -4015087 or 1162434. OLE color: 1162434.

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

Color convert

RGB 194 188 17 -
CMYK 0 0.03 0.91 0.24
HSL 57.97º 0.84% 0.41% -
HSV(B) 57.97º 0.91% 0.76% -
XYZ 40.33 47.48 7.57 -
YUV 170.3 41.49 144.9 -
System Red Green Blue C M Y K H S L
Decimal 194 188 17 0 0.03 0.91 0.24 57.97 0.84 0.41
Hex C2 BC 11 0 3 5B 18 3A 54 29
Octal 302 274 21 0 3 133 30 72 124 51
Binary 11000010 10111100 10001 0 11 1011011 11000 111010 1010100 101001

Color Harmonies of #C2BC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BC11

Black with #C2BC11

Text Example


Text Example

White with #C2BC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BC11; }

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

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

background-color css

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

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

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

border-color css

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

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

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