#C2BC55

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

Shades of Olive Green #C2BC55

Tints of Olive Green #C2BC55

Color information

#C2BC55 (or 0xC2BC55) is unknown color: approx Olive Green. HEX triplet: C2, BC and 55. RGB value is (194,188,85). Sum of RGB (Red+Green+Blue) = 194+188+85=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 85 (33.59% from 255 or 18.20% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BC55 is #3D43AA. Grayscale: #B2B2B2. Windows color (decimal): -4015019 or 5618882. OLE color: 5618882.

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

Color convert

RGB19418885-
CMYK00.030.560.24
HSL56.7º47.19%54.71%-
HSV(B)56.7º56.19%76.08%-
XYZ41.8748.0915.67-
YUV178.0575.49139.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.54%
GREEN value IS 188 (73.83% from 255) = 40.26%
BLUE value IS 85 (33.59% from 255) = 18.20%
R=41.54%
G=40.26%
B=18.20%

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
Decimal1941888500.030.560.2456.747.1954.71
HexC2BC55033818392f37
Octal302274125037030715767
Binary1100001010111100101010101111100011000111001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BC55; }

 p { color: rgb(194,188,85); }

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

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

 a { background-color: rgb(194,188,85); }

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

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

 span { border-color: rgb(194,188,85); }

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