Html Css Color HEX #C2BD11 La Rioja

📋 copy color: '#C2BD11'

red 194 ◦ green 189 ◦ blue 17

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

Shades of La Rioja #C2BD11

Tints of La Rioja #C2BD11

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.25%

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

R = 48.5%
G = 47.25%
B = 4.25%

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

#C2BD11 (or 0xC2BD11) is known color: La Rioja. HEX triplet: C2, BD and 11. RGB value is (194,189,17). Sum of RGB (Red+Green+Blue) = 194+189+17=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 17 (7.03% from 255 or 4.25% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BD11 is #3D42EE. Grayscale: #ABABAB. Windows color (decimal): -4014831 or 1162690. OLE color: 1162690.

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

Color convert

RGB 194 189 17 -
CMYK 0 0.03 0.91 0.24
HSL 58.31º 0.84% 0.41% -
HSV(B) 58.31º 0.91% 0.76% -
XYZ 40.55 47.91 7.64 -
YUV 170.89 41.16 144.49 -
System Red Green Blue C M Y K H S L
Decimal 194 189 17 0 0.03 0.91 0.24 58.31 0.84 0.41
Hex C2 BD 11 0 3 5B 18 3A 54 29
Octal 302 275 21 0 3 133 30 72 124 51
Binary 11000010 10111101 10001 0 11 1011011 11000 111010 1010100 101001

Color Harmonies of #C2BD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BD11

Black with #C2BD11

Text Example


Text Example

White with #C2BD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BD11; }

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

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

background-color css

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

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

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

border-color css

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

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

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