#C3BD57

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

Shades of Olive Green #C3BD57

Tints of Olive Green #C3BD57

Color information

#C3BD57 (or 0xC3BD57) is unknown color: approx Olive Green. HEX triplet: C3, BD and 57. RGB value is (195,189,87). Sum of RGB (Red+Green+Blue) = 195+189+87=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 87 (34.38% from 255 or 18.47% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BD57 is #3C42A8. Grayscale: #B3B3B3. Windows color (decimal): -3949225 or 5750211. OLE color: 5750211.

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

Color convert

RGB19518987-
CMYK00.030.550.24
HSL56.67º47.37%55.29%-
HSV(B)56.67º55.38%76.47%-
XYZ42.4248.6916.18-
YUV179.1775.99139.29-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.40%
GREEN value IS 189 (74.22% from 255) = 40.13%
BLUE value IS 87 (34.38% from 255) = 18.47%
R=41.40%
G=40.13%
B=18.47%

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
Decimal1951898700.030.550.2456.6747.3755.29
HexC3BD57033718392f37
Octal303275127036730715767
Binary1100001110111101101011101111011111000111001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BD57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BD57; }

 p { color: rgb(195,189,87); }

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

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

 a { background-color: rgb(195,189,87); }

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

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

 span { border-color: rgb(195,189,87); }

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