Html Css Color HEX #C2BC17 La Rioja

📋 copy color: '#C2BC17'

red 194 ◦ green 188 ◦ blue 23

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

Shades of La Rioja #C2BC17

Tints of La Rioja #C2BC17

RGB

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

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

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

R = 47.9%
G = 46.42%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C2BC17 (or 0xC2BC17) is known color: La Rioja. HEX triplet: C2, BC and 17. RGB value is (194,188,23). Sum of RGB (Red+Green+Blue) = 194+188+23=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 23 (9.38% from 255 or 5.68% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BC17 is #3D43E8. Grayscale: #ABABAB. Windows color (decimal): -4015081 or 1555650. OLE color: 1555650.

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

Color convert

RGB 194 188 23 -
CMYK 0 0.03 0.88 0.24
HSL 57.89º 0.79% 0.43% -
HSV(B) 57.89º 0.88% 0.76% -
XYZ 40.39 47.5 7.85 -
YUV 170.98 44.49 144.42 -
System Red Green Blue C M Y K H S L
Decimal 194 188 23 0 0.03 0.88 0.24 57.89 0.79 0.43
Hex C2 BC 17 0 3 58 18 3A 4F 2B
Octal 302 274 27 0 3 130 30 72 117 53
Binary 11000010 10111100 10111 0 11 1011000 11000 111010 1001111 101011

Color Harmonies of #C2BC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BC17

Black with #C2BC17

Text Example


Text Example

White with #C2BC17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BC17; }

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

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

background-color css

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

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

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

border-color css

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

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

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