#B3BB69

Color #B3BB69 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #B3BB69

Tints of Dark Khaki #B3BB69

Color information

#B3BB69 (or 0xB3BB69) is unknown color: approx Dark Khaki. HEX triplet: B3, BB and 69. RGB value is (179,187,105). Sum of RGB (Red+Green+Blue) = 179+187+105=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 187 - color contains mainly: green. Hex color #B3BB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BB69 is #4C4496. Grayscale: #AFAFAF. Windows color (decimal): -4998295 or 6929331. OLE color: 6929331.

HSL color Cylindrical-coordinate representation of color #B3BB69: hue angle of 65.85º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B3BB69 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB179187105-
CMYK0.0400.440.27
HSL65.85º37.61%57.25%-
HSV(B)65.85º43.85%73.33%-
XYZ38.9146.1420.22-
YUV175.2688.35130.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.00%
GREEN value IS 187 (73.44% from 255) = 39.70%
BLUE value IS 105 (41.41% from 255) = 22.29%
R=38.00%
G=39.70%
B=22.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791871050.0400.440.2765.8537.6157.25
HexB3BB69402C1B422639
Octal2632731514054331024671
Binary101100111011101111010011000101100110111000010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BB69; }

 p { color: rgb(179,187,105); }

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

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

 a { background-color: rgb(179,187,105); }

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

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

 span { border-color: rgb(179,187,105); }

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