Html Css Color HEX #B9BA64 Dark Khaki

📋 copy color: '#B9BA64'

red 185 ◦ green 186 ◦ blue 100

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

Shades of Dark Khaki #B9BA64

Tints of Dark Khaki #B9BA64

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.49%

 BLUE value IS 100 (39.45% from 255) = 21.23%

R = 39.28%
G = 39.49%
B = 21.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B9BA64 (or 0xB9BA64) is known color: Dark Khaki. HEX triplet: B9, BA and 64. RGB value is (185,186,100). Sum of RGB (Red+Green+Blue) = 185+186+100=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BA64 is #46459B. Grayscale: #B0B0B0. Windows color (decimal): -4605340 or 6601401. OLE color: 6601401.

HSL color Cylindrical-coordinate representation of color #B9BA64: hue angle of 60.7º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B9BA64 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 186 100 -
CMYK 0.01 0 0.46 0.27
HSL 60.7º 0.38% 0.56% -
HSV(B) 60.7º 0.46% 0.73% -
XYZ 39.87 46.35 18.9 -
YUV 175.9 85.17 134.49 -
System Red Green Blue C M Y K H S L
Decimal 185 186 100 0.01 0 0.46 0.27 60.7 0.38 0.56
Hex B9 BA 64 1 0 2E 1B 3D 26 38
Octal 271 272 144 1 0 56 33 75 46 70
Binary 10111001 10111010 1100100 1 0 101110 11011 111101 100110 111000

Color Harmonies of #B9BA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BA64

Black with #B9BA64

Text Example


Text Example

White with #B9BA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BA64; }

 p { color: rgb(185,186,100); }

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

background-color css

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

 a { background-color: rgb(185,186,100); }

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

border-color css

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

 span { border-color: rgb(185,186,100); }

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