Html Css Color HEX #B1BB6E Dark Khaki

📋 copy color: '#B1BB6E'

red 177 ◦ green 187 ◦ blue 110

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

Shades of Dark Khaki #B1BB6E

Tints of Dark Khaki #B1BB6E

RGB

 RED value IS 177 (69.53% from 255) = 37.34%

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

 BLUE value IS 110 (43.36% from 255) = 23.21%

R = 37.34%
G = 39.45%
B = 23.21%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B1BB6E (or 0xB1BB6E) is known color: Dark Khaki. HEX triplet: B1, BB and 6E. RGB value is (177,187,110). Sum of RGB (Red+Green+Blue) = 177+187+110=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 187 - color contains mainly: green. Hex color #B1BB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BB6E is #4E4491. Grayscale: #AFAFAF. Windows color (decimal): -5129362 or 7257009. OLE color: 7257009.

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

Color convert

RGB 177 187 110 -
CMYK 0.05 0 0.41 0.27
HSL 67.79º 0.36% 0.58% -
HSV(B) 67.79º 0.41% 0.73% -
XYZ 38.72 46.01 21.59 -
YUV 175.23 91.19 129.26 -
System Red Green Blue C M Y K H S L
Decimal 177 187 110 0.05 0 0.41 0.27 67.79 0.36 0.58
Hex B1 BB 6E 5 0 29 1B 44 24 3A
Octal 261 273 156 5 0 51 33 104 44 72
Binary 10110001 10111011 1101110 101 0 101001 11011 1000100 100100 111010

Color Harmonies of #B1BB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BB6E

Black with #B1BB6E

Text Example


Text Example

White with #B1BB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BB6E; }

 p { color: rgb(177,187,110); }

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

background-color css

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

 a { background-color: rgb(177,187,110); }

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

border-color css

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

 span { border-color: rgb(177,187,110); }

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