#C5BE53

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

Shades of Olive Green #C5BE53

Tints of Olive Green #C5BE53

Color information

#C5BE53 (or 0xC5BE53) is unknown color: approx Olive Green. HEX triplet: C5, BE and 53. RGB value is (197,190,83). Sum of RGB (Red+Green+Blue) = 197+190+83=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 83 (32.81% from 255 or 17.66% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BE53 is #3A41AC. Grayscale: #B4B4B4. Windows color (decimal): -3817901 or 5488325. OLE color: 5488325.

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

Color convert

RGB19719083-
CMYK00.040.580.23
HSL56.32º49.57%54.9%-
HSV(B)56.32º57.87%77.25%-
XYZ4349.3215.44-
YUV179.973.32140.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.91%
GREEN value IS 190 (74.61% from 255) = 40.43%
BLUE value IS 83 (32.81% from 255) = 17.66%
R=41.91%
G=40.43%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971908300.040.580.2356.3249.5754.9
HexC5BE53043A17383237
Octal305276123047227706267
Binary11000101101111101010011010011101010111111000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BE53; }

 p { color: rgb(197,190,83); }

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

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

 a { background-color: rgb(197,190,83); }

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

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

 span { border-color: rgb(197,190,83); }

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