Html Css Color HEX #C0BC17 La Rioja

📋 copy color: '#C0BC17'

red 192 ◦ green 188 ◦ blue 23

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

Shades of La Rioja #C0BC17

Tints of La Rioja #C0BC17

RGB

 RED value IS 192 (75.39% from 255) = 47.64%

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

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

R = 47.64%
G = 46.65%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C0BC17 (or 0xC0BC17) is known color: La Rioja. HEX triplet: C0, BC and 17. RGB value is (192,188,23). Sum of RGB (Red+Green+Blue) = 192+188+23=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 23 (9.38% from 255 or 5.71% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BC17 is #3F43E8. Grayscale: #ABABAB. Windows color (decimal): -4146153 or 1555648. OLE color: 1555648.

HSL color Cylindrical-coordinate representation of color #C0BC17: hue angle of 58.58º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0BC17 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 188 23 -
CMYK 0 0.02 0.88 0.25
HSL 58.58º 0.79% 0.42% -
HSV(B) 58.58º 0.88% 0.75% -
XYZ 39.88 47.23 7.83 -
YUV 170.39 44.83 143.42 -
System Red Green Blue C M Y K H S L
Decimal 192 188 23 0 0.02 0.88 0.25 58.58 0.79 0.42
Hex C0 BC 17 0 2 58 19 3B 4F 2A
Octal 300 274 27 0 2 130 31 73 117 52
Binary 11000000 10111100 10111 0 10 1011000 11001 111011 1001111 101010

Color Harmonies of #C0BC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BC17

Black with #C0BC17

Text Example


Text Example

White with #C0BC17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BC17; }

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

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

background-color css

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

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

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

border-color css

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

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

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