Html Css Color HEX #B9C06D Dark Khaki

📋 copy color: '#B9C06D'

red 185 ◦ green 192 ◦ blue 109

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

Shades of Dark Khaki #B9C06D

Tints of Dark Khaki #B9C06D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.51%

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

R = 38.07%
G = 39.51%
B = 22.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#B9C06D (or 0xB9C06D) is known color: Dark Khaki. HEX triplet: B9, C0 and 6D. RGB value is (185,192,109). Sum of RGB (Red+Green+Blue) = 185+192+109=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C06D is #463F92. Grayscale: #B4B4B4. Windows color (decimal): -4603795 or 7192761. OLE color: 7192761.

HSL color Cylindrical-coordinate representation of color #B9C06D: hue angle of 65.06º degrees, saturation: 0.4, 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 #B9C06D is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 192 109 -
CMYK 0.04 0 0.43 0.25
HSL 65.06º 0.4% 0.59% -
HSV(B) 65.06º 0.43% 0.75% -
XYZ 41.62 49.12 21.76 -
YUV 180.45 87.68 131.25 -
System Red Green Blue C M Y K H S L
Decimal 185 192 109 0.04 0 0.43 0.25 65.06 0.4 0.59
Hex B9 C0 6D 4 0 2B 19 41 28 3B
Octal 271 300 155 4 0 53 31 101 50 73
Binary 10111001 11000000 1101101 100 0 101011 11001 1000001 101000 111011

Color Harmonies of #B9C06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C06D

Black with #B9C06D

Text Example


Text Example

White with #B9C06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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