Html Css Color HEX #B5BD6C Dark Khaki

📋 copy color: '#B5BD6C'

red 181 ◦ green 189 ◦ blue 108

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

Shades of Dark Khaki #B5BD6C

Tints of Dark Khaki #B5BD6C

RGB

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

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

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

R = 37.87%
G = 39.54%
B = 22.59%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#B5BD6C (or 0xB5BD6C) is known color: Dark Khaki. HEX triplet: B5, BD and 6C. RGB value is (181,189,108). Sum of RGB (Red+Green+Blue) = 181+189+108=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BD6C is #4A4293. Grayscale: #B1B1B1. Windows color (decimal): -4866708 or 7126453. OLE color: 7126453.

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

Color convert

RGB 181 189 108 -
CMYK 0.04 0 0.43 0.26
HSL 65.93º 0.38% 0.58% -
HSV(B) 65.93º 0.43% 0.74% -
XYZ 39.96 47.3 21.21 -
YUV 177.37 88.85 130.59 -
System Red Green Blue C M Y K H S L
Decimal 181 189 108 0.04 0 0.43 0.26 65.93 0.38 0.58
Hex B5 BD 6C 4 0 2B 1A 42 26 3A
Octal 265 275 154 4 0 53 32 102 46 72
Binary 10110101 10111101 1101100 100 0 101011 11010 1000010 100110 111010

Color Harmonies of #B5BD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BD6C

Black with #B5BD6C

Text Example


Text Example

White with #B5BD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BD6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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