Html Css Color HEX #C0BC19 La Rioja

📋 copy color: '#C0BC19'

red 192 ◦ green 188 ◦ blue 25

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

Shades of La Rioja #C0BC19

Tints of La Rioja #C0BC19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.17%

R = 47.41%
G = 46.42%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#C0BC19 (or 0xC0BC19) is known color: La Rioja. HEX triplet: C0, BC and 19. RGB value is (192,188,25). Sum of RGB (Red+Green+Blue) = 192+188+25=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 25 (10.16% from 255 or 6.17% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BC19 is #3F43E6. Grayscale: #ABABAB. Windows color (decimal): -4146151 or 1686720. OLE color: 1686720.

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

Color convert

RGB 192 188 25 -
CMYK 0 0.02 0.87 0.25
HSL 58.56º 0.77% 0.43% -
HSV(B) 58.56º 0.87% 0.75% -
XYZ 39.9 47.24 7.94 -
YUV 170.61 45.83 143.25 -
System Red Green Blue C M Y K H S L
Decimal 192 188 25 0 0.02 0.87 0.25 58.56 0.77 0.43
Hex C0 BC 19 0 2 57 19 3B 4D 2B
Octal 300 274 31 0 2 127 31 73 115 53
Binary 11000000 10111100 11001 0 10 1010111 11001 111011 1001101 101011

Color Harmonies of #C0BC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BC19

Black with #C0BC19

Text Example


Text Example

White with #C0BC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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