Html Css Color HEX #B5B86C Dark Khaki

📋 copy color: '#B5B86C'

red 181 ◦ green 184 ◦ blue 108

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

Shades of Dark Khaki #B5B86C

Tints of Dark Khaki #B5B86C

RGB

 RED value IS 181 (71.09% from 255) = 38.27%

 GREEN value IS 184 (72.27% from 255) = 38.9%

 BLUE value IS 108 (42.58% from 255) = 22.83%

R = 38.27%
G = 38.9%
B = 22.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B5B86C (or 0xB5B86C) is known color: Dark Khaki. HEX triplet: B5, B8 and 6C. RGB value is (181,184,108). Sum of RGB (Red+Green+Blue) = 181+184+108=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 184 - color contains mainly: green. Hex color #B5B86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B86C is #4A4793. Grayscale: #AEAEAE. Windows color (decimal): -4867988 or 7125173. OLE color: 7125173.

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

Color convert

RGB 181 184 108 -
CMYK 0.02 0 0.41 0.28
HSL 62.37º 0.35% 0.57% -
HSV(B) 62.37º 0.41% 0.72% -
XYZ 38.9 45.19 20.86 -
YUV 174.44 90.51 132.68 -
System Red Green Blue C M Y K H S L
Decimal 181 184 108 0.02 0 0.41 0.28 62.37 0.35 0.57
Hex B5 B8 6C 2 0 29 1C 3E 23 39
Octal 265 270 154 2 0 51 34 76 43 71
Binary 10110101 10111000 1101100 10 0 101001 11100 111110 100011 111001

Color Harmonies of #B5B86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B86C

Black with #B5B86C

Text Example


Text Example

White with #B5B86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B86C; }

 p { color: rgb(181,184,108); }

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

background-color css

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

 a { background-color: rgb(181,184,108); }

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

border-color css

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

 span { border-color: rgb(181,184,108); }

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