#C3BD55

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

Shades of Olive Green #C3BD55

Tints of Olive Green #C3BD55

Color information

#C3BD55 (or 0xC3BD55) is unknown color: approx Olive Green. HEX triplet: C3, BD and 55. RGB value is (195,189,85). Sum of RGB (Red+Green+Blue) = 195+189+85=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 85 (33.59% from 255 or 18.12% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BD55 is #3C42AA. Grayscale: #B3B3B3. Windows color (decimal): -3949227 or 5619139. OLE color: 5619139.

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

Color convert

RGB19518985-
CMYK00.030.560.24
HSL56.73º47.83%54.9%-
HSV(B)56.73º56.41%76.47%-
XYZ42.3448.6515.75-
YUV178.9474.99139.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.58%
GREEN value IS 189 (74.22% from 255) = 40.30%
BLUE value IS 85 (33.59% from 255) = 18.12%
R=41.58%
G=40.30%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951898500.030.560.2456.7347.8354.9
HexC3BD55033818393037
Octal303275125037030716067
Binary1100001110111101101010101111100011000111001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BD55; }

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

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

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

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

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

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

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

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