Html Css Color HEX #B2B76B Dark Khaki

📋 copy color: '#B2B76B'

red 178 ◦ green 183 ◦ blue 107

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

Shades of Dark Khaki #B2B76B

Tints of Dark Khaki #B2B76B

RGB

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

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

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

R = 38.03%
G = 39.1%
B = 22.86%

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

#B2B76B (or 0xB2B76B) is known color: Dark Khaki. HEX triplet: B2, B7 and 6B. RGB value is (178,183,107). Sum of RGB (Red+Green+Blue) = 178+183+107=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 107 (42.19% from 255 or 22.86% from 468); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B76B is #4D4894. Grayscale: #ADADAD. Windows color (decimal): -5064853 or 7059378. OLE color: 7059378.

HSL color Cylindrical-coordinate representation of color #B2B76B: hue angle of 63.95º 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 #B2B76B is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 183 107 -
CMYK 0.03 0 0.42 0.28
HSL 63.95º 0.35% 0.57% -
HSV(B) 63.95º 0.42% 0.72% -
XYZ 37.95 44.39 20.48 -
YUV 172.84 90.84 131.68 -
System Red Green Blue C M Y K H S L
Decimal 178 183 107 0.03 0 0.42 0.28 63.95 0.35 0.57
Hex B2 B7 6B 3 0 2A 1C 40 23 39
Octal 262 267 153 3 0 52 34 100 43 71
Binary 10110010 10110111 1101011 11 0 101010 11100 1000000 100011 111001

Color Harmonies of #B2B76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B76B

Black with #B2B76B

Text Example


Text Example

White with #B2B76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B76B; }

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

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

background-color css

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

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

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

border-color css

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

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

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