#C2BD52

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

Shades of Olive Green #C2BD52

Tints of Olive Green #C2BD52

Color information

#C2BD52 (or 0xC2BD52) is unknown color: approx Olive Green. HEX triplet: C2, BD and 52. RGB value is (194,189,82). Sum of RGB (Red+Green+Blue) = 194+189+82=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 82 (32.42% from 255 or 17.63% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BD52 is #3D42AD. Grayscale: #B2B2B2. Windows color (decimal): -4014766 or 5422530. OLE color: 5422530.

HSL color Cylindrical-coordinate representation of color #C2BD52: hue angle of 57.32º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2BD52 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB19418982-
CMYK00.030.580.24
HSL57.32º47.86%54.12%-
HSV(B)57.32º57.73%76.08%-
XYZ41.9748.4715.13-
YUV178.373.66139.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.72%
GREEN value IS 189 (74.22% from 255) = 40.65%
BLUE value IS 82 (32.42% from 255) = 17.63%
R=41.72%
G=40.65%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941898200.030.580.2457.3247.8654.12
HexC2BD52033A18393036
Octal302275122037230716066
Binary1100001010111101101001001111101011000111001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BD52; }

 p { color: rgb(194,189,82); }

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

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

 a { background-color: rgb(194,189,82); }

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

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

 span { border-color: rgb(194,189,82); }

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