#C5BD54

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

Shades of Olive Green #C5BD54

Tints of Olive Green #C5BD54

Color information

#C5BD54 (or 0xC5BD54) is unknown color: approx Olive Green. HEX triplet: C5, BD and 54. RGB value is (197,189,84). Sum of RGB (Red+Green+Blue) = 197+189+84=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 84 (33.20% from 255 or 17.87% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BD54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BD54 is #3A42AB. Grayscale: #B3B3B3. Windows color (decimal): -3818156 or 5553605. OLE color: 5553605.

HSL color Cylindrical-coordinate representation of color #C5BD54: hue angle of 55.75º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5BD54 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB19718984-
CMYK00.040.570.23
HSL55.75º49.34%55.1%-
HSV(B)55.75º57.36%77.25%-
XYZ42.8248.9115.57-
YUV179.4274.15140.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.91%
GREEN value IS 189 (74.22% from 255) = 40.21%
BLUE value IS 84 (33.20% from 255) = 17.87%
R=41.91%
G=40.21%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971898400.040.570.2355.7549.3455.1
HexC5BD54043917383137
Octal305275124047127706167
Binary11000101101111011010100010011100110111111000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BD54; }

 p { color: rgb(197,189,84); }

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

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

 a { background-color: rgb(197,189,84); }

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

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

 span { border-color: rgb(197,189,84); }

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