Html Css Color HEX #B2B76E Dark Khaki

📋 copy color: '#B2B76E'

red 178 ◦ green 183 ◦ blue 110

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

Shades of Dark Khaki #B2B76E

Tints of Dark Khaki #B2B76E

RGB

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

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

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

R = 37.79%
G = 38.85%
B = 23.35%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B2B76E (or 0xB2B76E) is known color: Dark Khaki. HEX triplet: B2, B7 and 6E. RGB value is (178,183,110). Sum of RGB (Red+Green+Blue) = 178+183+110=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 110 (43.36% from 255 or 23.35% from 471); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B76E is #4D4891. Grayscale: #ADADAD. Windows color (decimal): -5064850 or 7255986. OLE color: 7255986.

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

Color convert

RGB 178 183 110 -
CMYK 0.03 0 0.40 0.28
HSL 64.11º 0.34% 0.57% -
HSV(B) 64.11º 0.4% 0.72% -
XYZ 38.11 44.46 21.32 -
YUV 173.18 92.34 131.44 -
System Red Green Blue C M Y K H S L
Decimal 178 183 110 0.03 0 0.40 0.28 64.11 0.34 0.57
Hex B2 B7 6E 3 0 28 1C 40 22 39
Octal 262 267 156 3 0 50 34 100 42 71
Binary 10110010 10110111 1101110 11 0 101000 11100 1000000 100010 111001

Color Harmonies of #B2B76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B76E

Black with #B2B76E

Text Example


Text Example

White with #B2B76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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