Html Css Color HEX #C2B917 La Rioja

📋 copy color: '#C2B917'

red 194 ◦ green 185 ◦ blue 23

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

Shades of La Rioja #C2B917

Tints of La Rioja #C2B917

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.02%

 BLUE value IS 23 (9.38% from 255) = 5.72%

R = 48.26%
G = 46.02%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C2B917 (or 0xC2B917) is known color: La Rioja. HEX triplet: C2, B9 and 17. RGB value is (194,185,23). Sum of RGB (Red+Green+Blue) = 194+185+23=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 185 (72.66% from 255 or 46.02% from 402); Blue value is 23 (9.38% from 255 or 5.72% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B917 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B917 is #3D46E8. Grayscale: #A9A9A9. Windows color (decimal): -4015849 or 1554882. OLE color: 1554882.

HSL color Cylindrical-coordinate representation of color #C2B917: hue angle of 56.84º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2B917 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 185 23 -
CMYK 0 0.05 0.88 0.24
HSL 56.84º 0.79% 0.43% -
HSV(B) 56.84º 0.88% 0.76% -
XYZ 39.75 46.23 7.64 -
YUV 169.22 45.48 145.67 -
System Red Green Blue C M Y K H S L
Decimal 194 185 23 0 0.05 0.88 0.24 56.84 0.79 0.43
Hex C2 B9 17 0 5 58 18 39 4F 2B
Octal 302 271 27 0 5 130 30 71 117 53
Binary 11000010 10111001 10111 0 101 1011000 11000 111001 1001111 101011

Color Harmonies of #C2B917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B917

Black with #C2B917

Text Example


Text Example

White with #C2B917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B917; }

 p { color: rgb(194,185,23); }

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

background-color css

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

 a { background-color: rgb(194,185,23); }

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

border-color css

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

 span { border-color: rgb(194,185,23); }

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