#C3BD51

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

Shades of Olive Green #C3BD51

Tints of Olive Green #C3BD51

Color information

#C3BD51 (or 0xC3BD51) is unknown color: approx Olive Green. HEX triplet: C3, BD and 51. RGB value is (195,189,81). Sum of RGB (Red+Green+Blue) = 195+189+81=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 81 (32.03% from 255 or 17.42% from 465); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BD51 is #3C42AE. Grayscale: #B2B2B2. Windows color (decimal): -3949231 or 5356995. OLE color: 5356995.

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

Color convert

RGB19518981-
CMYK00.030.580.24
HSL56.84º48.72%54.12%-
HSV(B)56.84º58.46%76.47%-
XYZ42.1948.5914.94-
YUV178.4872.99139.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.94%
GREEN value IS 189 (74.22% from 255) = 40.65%
BLUE value IS 81 (32.03% from 255) = 17.42%
R=41.94%
G=40.65%
B=17.42%

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
Decimal1951898100.030.580.2456.8448.7254.12
HexC3BD51033A18393136
Octal303275121037230716166
Binary1100001110111101101000101111101011000111001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BD51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BD51; }

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

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

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

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

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

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

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

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