Html Css Color HEX #B0BB6D Dark Khaki

📋 copy color: '#B0BB6D'

red 176 ◦ green 187 ◦ blue 109

#B0BB6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #B0BB6D

Tints of Dark Khaki #B0BB6D

RGB

 RED value IS 176 (69.14% from 255) = 37.29%

 GREEN value IS 187 (73.44% from 255) = 39.62%

 BLUE value IS 109 (42.97% from 255) = 23.09%

R = 37.29%
G = 39.62%
B = 23.09%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B0BB6D (or 0xB0BB6D) is known color: Dark Khaki. HEX triplet: B0, BB and 6D. RGB value is (176,187,109). Sum of RGB (Red+Green+Blue) = 176+187+109=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BB6D is #4F4492. Grayscale: #AFAFAF. Windows color (decimal): -5194899 or 7191472. OLE color: 7191472.

HSL color Cylindrical-coordinate representation of color #B0BB6D: hue angle of 68.46º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0BB6D is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 187 109 -
CMYK 0.06 0 0.42 0.27
HSL 68.46º 0.36% 0.58% -
HSV(B) 68.46º 0.42% 0.73% -
XYZ 38.44 45.87 21.3 -
YUV 174.82 90.86 128.84 -
System Red Green Blue C M Y K H S L
Decimal 176 187 109 0.06 0 0.42 0.27 68.46 0.36 0.58
Hex B0 BB 6D 6 0 2A 1B 44 24 3A
Octal 260 273 155 6 0 52 33 104 44 72
Binary 10110000 10111011 1101101 110 0 101010 11011 1000100 100100 111010

Color Harmonies of #B0BB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BB6D

Black with #B0BB6D

Text Example


Text Example

White with #B0BB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BB6D; }

 p { color: rgb(176,187,109); }

 H1.HeaderClassName
 {
   color: #B0BB6D;
 }
 .AnyTagClassName
 {
   color: #B0BB6D;
 }
</style>

background-color css

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

 a { background-color: rgb(176,187,109); }

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

border-color css

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

 span { border-color: rgb(176,187,109); }

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