Html Css Color HEX #B2B66D Dark Khaki

📋 copy color: '#B2B66D'

red 178 ◦ green 182 ◦ blue 109

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

Shades of Dark Khaki #B2B66D

Tints of Dark Khaki #B2B66D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.81%

 BLUE value IS 109 (42.97% from 255) = 23.24%

R = 37.95%
G = 38.81%
B = 23.24%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B2B66D (or 0xB2B66D) is known color: Dark Khaki. HEX triplet: B2, B6 and 6D. RGB value is (178,182,109). Sum of RGB (Red+Green+Blue) = 178+182+109=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B66D is #4D4992. Grayscale: #ACACAC. Windows color (decimal): -5065107 or 7190194. OLE color: 7190194.

HSL color Cylindrical-coordinate representation of color #B2B66D: hue angle of 63.29º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2B66D is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 182 109 -
CMYK 0.02 0 0.40 0.29
HSL 63.29º 0.33% 0.57% -
HSV(B) 63.29º 0.4% 0.71% -
XYZ 37.85 44.03 20.97 -
YUV 172.48 92.17 131.94 -
System Red Green Blue C M Y K H S L
Decimal 178 182 109 0.02 0 0.40 0.29 63.29 0.33 0.57
Hex B2 B6 6D 2 0 28 1D 3F 21 39
Octal 262 266 155 2 0 50 35 77 41 71
Binary 10110010 10110110 1101101 10 0 101000 11101 111111 100001 111001

Color Harmonies of #B2B66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B66D

Black with #B2B66D

Text Example


Text Example

White with #B2B66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B66D; }

 p { color: rgb(178,182,109); }

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

background-color css

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

 a { background-color: rgb(178,182,109); }

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

border-color css

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

 span { border-color: rgb(178,182,109); }

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