#B3BD5C

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

Shades of Olive Green #B3BD5C

Tints of Olive Green #B3BD5C

Color information

#B3BD5C (or 0xB3BD5C) is unknown color: approx Olive Green. HEX triplet: B3, BD and 5C. RGB value is (179,189,92). Sum of RGB (Red+Green+Blue) = 179+189+92=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BD5C is #4C42A3. Grayscale: #AFAFAF. Windows color (decimal): -4997796 or 6077875. OLE color: 6077875.

HSL color Cylindrical-coordinate representation of color #B3BD5C: hue angle of 66.19º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B3BD5C is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB17918992-
CMYK0.0500.510.26
HSL66.19º42.36%55.1%-
HSV(B)66.19º51.32%74.12%-
XYZ38.7246.7517.11-
YUV174.9581.19130.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.91%
GREEN value IS 189 (74.22% from 255) = 41.09%
BLUE value IS 92 (36.33% from 255) = 20%
R=38.91%
G=41.09%
B=20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal179189920.0500.510.2666.1942.3655.1
HexB3BD5C50331A422a37
Octal2632751345063321025267
Binary101100111011110110111001010110011110101000010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BD5C; }

 p { color: rgb(179,189,92); }

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

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

 a { background-color: rgb(179,189,92); }

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

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

 span { border-color: rgb(179,189,92); }

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