Html Css Color HEX #B2BB6B Dark Khaki

📋 copy color: '#B2BB6B'

red 178 ◦ green 187 ◦ blue 107

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

Shades of Dark Khaki #B2BB6B

Tints of Dark Khaki #B2BB6B

RGB

 RED value IS 178 (69.92% from 255) = 37.71%

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

 BLUE value IS 107 (42.19% from 255) = 22.67%

R = 37.71%
G = 39.62%
B = 22.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B2BB6B (or 0xB2BB6B) is known color: Dark Khaki. HEX triplet: B2, BB and 6B. RGB value is (178,187,107). Sum of RGB (Red+Green+Blue) = 178+187+107=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 107 (42.19% from 255 or 22.67% from 472); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BB6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BB6B is #4D4494. Grayscale: #AFAFAF. Windows color (decimal): -5063829 or 7060402. OLE color: 7060402.

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

Color convert

RGB 178 187 107 -
CMYK 0.05 0 0.43 0.27
HSL 66.75º 0.37% 0.58% -
HSV(B) 66.75º 0.43% 0.73% -
XYZ 38.78 46.07 20.76 -
YUV 175.19 89.52 130 -
System Red Green Blue C M Y K H S L
Decimal 178 187 107 0.05 0 0.43 0.27 66.75 0.37 0.58
Hex B2 BB 6B 5 0 2B 1B 43 25 3A
Octal 262 273 153 5 0 53 33 103 45 72
Binary 10110010 10111011 1101011 101 0 101011 11011 1000011 100101 111010

Color Harmonies of #B2BB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BB6B

Black with #B2BB6B

Text Example


Text Example

White with #B2BB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BB6B; }

 p { color: rgb(178,187,107); }

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

background-color css

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

 a { background-color: rgb(178,187,107); }

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

border-color css

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

 span { border-color: rgb(178,187,107); }

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