#BCB151

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

Shades of Olive Green #BCB151

Tints of Olive Green #BCB151

Color information

#BCB151 (or 0xBCB151) is unknown color: approx Olive Green. HEX triplet: BC, B1 and 51. RGB value is (188,177,81). Sum of RGB (Red+Green+Blue) = 188+177+81=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 177 (69.53% from 255 or 39.69% from 446); Blue value is 81 (32.03% from 255 or 18.16% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB151 is #434EAE. Grayscale: #A9A9A9. Windows color (decimal): -4411055 or 5353916. OLE color: 5353916.

HSL color Cylindrical-coordinate representation of color #BCB151: hue angle of 53.83º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCB151 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB18817781-
CMYK00.060.570.26
HSL53.83º44.4%52.75%-
HSV(B)53.83º56.91%73.73%-
XYZ37.9542.7314.03-
YUV169.3478.14141.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.15%
GREEN value IS 177 (69.53% from 255) = 39.69%
BLUE value IS 81 (32.03% from 255) = 18.16%
R=42.15%
G=39.69%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881778100.060.570.2653.8344.452.75
HexBCB15106391A362c35
Octal274261121067132665465
Binary10111100101100011010001011011100111010110110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB151; }

 p { color: rgb(188,177,81); }

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

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

 a { background-color: rgb(188,177,81); }

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

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

 span { border-color: rgb(188,177,81); }

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