Html Css Color HEX #B9BE6D Dark Khaki

📋 copy color: '#B9BE6D'

red 185 ◦ green 190 ◦ blue 109

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

Shades of Dark Khaki #B9BE6D

Tints of Dark Khaki #B9BE6D

RGB

 RED value IS 185 (72.66% from 255) = 38.22%

 GREEN value IS 190 (74.61% from 255) = 39.26%

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

R = 38.22%
G = 39.26%
B = 22.52%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#B9BE6D (or 0xB9BE6D) is known color: Dark Khaki. HEX triplet: B9, BE and 6D. RGB value is (185,190,109). Sum of RGB (Red+Green+Blue) = 185+190+109=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BE6D is #464192. Grayscale: #B3B3B3. Windows color (decimal): -4604307 or 7192249. OLE color: 7192249.

HSL color Cylindrical-coordinate representation of color #B9BE6D: hue angle of 63.7º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9BE6D is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 190 109 -
CMYK 0.03 0 0.43 0.25
HSL 63.7º 0.38% 0.59% -
HSV(B) 63.7º 0.43% 0.75% -
XYZ 41.18 48.25 21.61 -
YUV 179.27 88.34 132.09 -
System Red Green Blue C M Y K H S L
Decimal 185 190 109 0.03 0 0.43 0.25 63.7 0.38 0.59
Hex B9 BE 6D 3 0 2B 19 40 26 3B
Octal 271 276 155 3 0 53 31 100 46 73
Binary 10111001 10111110 1101101 11 0 101011 11001 1000000 100110 111011

Color Harmonies of #B9BE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BE6D

Black with #B9BE6D

Text Example


Text Example

White with #B9BE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BE6D; }

 p { color: rgb(185,190,109); }

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

background-color css

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

 a { background-color: rgb(185,190,109); }

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

border-color css

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

 span { border-color: rgb(185,190,109); }

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