#C0B455

Color #C0B455 Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #C0B455

Tints of Olive Green #C0B455

Color information

#C0B455 (or 0xC0B455) is unknown color: approx Olive Green. HEX triplet: C0, B4 and 55. RGB value is (192,180,85). Sum of RGB (Red+Green+Blue) = 192+180+85=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 85 (33.59% from 255 or 18.60% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B455 is #3F4BAA. Grayscale: #ADADAD. Windows color (decimal): -4148139 or 5616832. OLE color: 5616832.

HSL color Cylindrical-coordinate representation of color #C0B455: hue angle of 53.27º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0B455 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB19218085-
CMYK00.060.560.25
HSL53.27º45.92%54.31%-
HSV(B)53.27º55.73%75.29%-
XYZ39.744.515.09-
YUV172.7678.48141.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.01%
GREEN value IS 180 (70.70% from 255) = 39.39%
BLUE value IS 85 (33.59% from 255) = 18.60%
R=42.01%
G=39.39%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921808500.060.560.2553.2745.9254.31
HexC0B455063819352e36
Octal300264125067031655666
Binary11000000101101001010101011011100011001110101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B455; }

 p { color: rgb(192,180,85); }

 H1.HeaderClassName
 {
   color: #C0B455;
 }
 .AnyTagClassName
 {
   color: #C0B455;
 }
</style>
background-color css

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

 a { background-color: rgb(192,180,85); }

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

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

 span { border-color: rgb(192,180,85); }

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