Html Css Color HEX #B6BD6A Dark Khaki

📋 copy color: '#B6BD6A'

red 182 ◦ green 189 ◦ blue 106

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

Shades of Dark Khaki #B6BD6A

Tints of Dark Khaki #B6BD6A

RGB

 RED value IS 182 (71.48% from 255) = 38.16%

 GREEN value IS 189 (74.22% from 255) = 39.62%

 BLUE value IS 106 (41.8% from 255) = 22.22%

R = 38.16%
G = 39.62%
B = 22.22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#B6BD6A (or 0xB6BD6A) is known color: Dark Khaki. HEX triplet: B6, BD and 6A. RGB value is (182,189,106). Sum of RGB (Red+Green+Blue) = 182+189+106=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 189 - color contains mainly: green. Hex color #B6BD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BD6A is #494295. Grayscale: #B1B1B1. Windows color (decimal): -4801174 or 6995382. OLE color: 6995382.

HSL color Cylindrical-coordinate representation of color #B6BD6A: hue angle of 65.06º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B6BD6A is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 182 189 106 -
CMYK 0.04 0 0.44 0.26
HSL 65.06º 0.39% 0.58% -
HSV(B) 65.06º 0.44% 0.74% -
XYZ 40.09 47.38 20.67 -
YUV 177.45 87.68 131.25 -
System Red Green Blue C M Y K H S L
Decimal 182 189 106 0.04 0 0.44 0.26 65.06 0.39 0.58
Hex B6 BD 6A 4 0 2C 1A 41 27 3A
Octal 266 275 152 4 0 54 32 101 47 72
Binary 10110110 10111101 1101010 100 0 101100 11010 1000001 100111 111010

Color Harmonies of #B6BD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BD6A

Black with #B6BD6A

Text Example


Text Example

White with #B6BD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BD6A; }

 p { color: rgb(182,189,106); }

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

background-color css

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

 a { background-color: rgb(182,189,106); }

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

border-color css

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

 span { border-color: rgb(182,189,106); }

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