#C3BE58

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

Shades of Olive Green #C3BE58

Tints of Olive Green #C3BE58

Color information

#C3BE58 (or 0xC3BE58) is unknown color: approx Olive Green. HEX triplet: C3, BE and 58. RGB value is (195,190,88). Sum of RGB (Red+Green+Blue) = 195+190+88=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 88 (34.77% from 255 or 18.60% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BE58 is #3C41A7. Grayscale: #B4B4B4. Windows color (decimal): -3948968 or 5816003. OLE color: 5816003.

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

Color convert

RGB19519088-
CMYK00.030.550.24
HSL57.2º47.14%55.49%-
HSV(B)57.2º54.87%76.47%-
XYZ42.6849.1316.47-
YUV179.8776.16138.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.23%
GREEN value IS 190 (74.61% from 255) = 40.17%
BLUE value IS 88 (34.77% from 255) = 18.60%
R=41.23%
G=40.17%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951908800.030.550.2457.247.1455.49
HexC3BE58033718392f37
Octal303276130036730715767
Binary1100001110111110101100001111011111000111001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BE58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BE58; }

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

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

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

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

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

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

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

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