Html Css Color HEX #B1B76B Dark Khaki

📋 copy color: '#B1B76B'

red 177 ◦ green 183 ◦ blue 107

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

Shades of Dark Khaki #B1B76B

Tints of Dark Khaki #B1B76B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.19%

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

R = 37.9%
G = 39.19%
B = 22.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B1B76B (or 0xB1B76B) is known color: Dark Khaki. HEX triplet: B1, B7 and 6B. RGB value is (177,183,107). Sum of RGB (Red+Green+Blue) = 177+183+107=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 107 (42.19% from 255 or 22.91% from 467); Max value from RGB is 183 - color contains mainly: green. Hex color #B1B76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B76B is #4E4894. Grayscale: #ACACAC. Windows color (decimal): -5130389 or 7059377. OLE color: 7059377.

HSL color Cylindrical-coordinate representation of color #B1B76B: hue angle of 64.74º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B1B76B is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB 177 183 107 -
CMYK 0.03 0 0.42 0.28
HSL 64.74º 0.35% 0.57% -
HSV(B) 64.74º 0.42% 0.72% -
XYZ 37.72 44.28 20.47 -
YUV 172.54 91.01 131.18 -
System Red Green Blue C M Y K H S L
Decimal 177 183 107 0.03 0 0.42 0.28 64.74 0.35 0.57
Hex B1 B7 6B 3 0 2A 1C 41 23 39
Octal 261 267 153 3 0 52 34 101 43 71
Binary 10110001 10110111 1101011 11 0 101010 11100 1000001 100011 111001

Color Harmonies of #B1B76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B76B

Black with #B1B76B

Text Example


Text Example

White with #B1B76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B76B; }

 p { color: rgb(177,183,107); }

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

background-color css

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

 a { background-color: rgb(177,183,107); }

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

border-color css

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

 span { border-color: rgb(177,183,107); }

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