#C3B858

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

Shades of Olive Green #C3B858

Tints of Olive Green #C3B858

Color information

#C3B858 (or 0xC3B858) is unknown color: approx Olive Green. HEX triplet: C3, B8 and 58. RGB value is (195,184,88). Sum of RGB (Red+Green+Blue) = 195+184+88=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 88 (34.77% from 255 or 18.84% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B858 is #3C47A7. Grayscale: #B0B0B0. Windows color (decimal): -3950504 or 5814467. OLE color: 5814467.

HSL color Cylindrical-coordinate representation of color #C3B858: hue angle of 53.83º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C3B858 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB19518488-
CMYK00.060.550.24
HSL53.83º47.14%55.49%-
HSV(B)53.83º54.87%76.47%-
XYZ41.4146.5916.04-
YUV176.3478.14141.31-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.76%
GREEN value IS 184 (72.27% from 255) = 39.40%
BLUE value IS 88 (34.77% from 255) = 18.84%
R=41.76%
G=39.40%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951848800.060.550.2453.8347.1455.49
HexC3B858063718362f37
Octal303270130066730665767
Binary11000011101110001011000011011011111000110110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B858; }

 p { color: rgb(195,184,88); }

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

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

 a { background-color: rgb(195,184,88); }

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

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

 span { border-color: rgb(195,184,88); }

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