Html Css Color HEX #B9BD64 Dark Khaki

📋 copy color: '#B9BD64'

red 185 ◦ green 189 ◦ blue 100

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

Shades of Dark Khaki #B9BD64

Tints of Dark Khaki #B9BD64

RGB

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

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

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

R = 39.03%
G = 39.87%
B = 21.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#B9BD64 (or 0xB9BD64) is known color: Dark Khaki. HEX triplet: B9, BD and 64. RGB value is (185,189,100). Sum of RGB (Red+Green+Blue) = 185+189+100=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 100 (39.45% from 255 or 21.10% from 474); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BD64 is #46429B. Grayscale: #B2B2B2. Windows color (decimal): -4604572 or 6602169. OLE color: 6602169.

HSL color Cylindrical-coordinate representation of color #B9BD64: hue angle of 62.7º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B9BD64 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 189 100 -
CMYK 0.02 0 0.47 0.26
HSL 62.7º 0.4% 0.57% -
HSV(B) 62.7º 0.47% 0.74% -
XYZ 40.51 47.63 19.12 -
YUV 177.66 84.17 133.24 -
System Red Green Blue C M Y K H S L
Decimal 185 189 100 0.02 0 0.47 0.26 62.7 0.4 0.57
Hex B9 BD 64 2 0 2F 1A 3F 28 39
Octal 271 275 144 2 0 57 32 77 50 71
Binary 10111001 10111101 1100100 10 0 101111 11010 111111 101000 111001

Color Harmonies of #B9BD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BD64

Black with #B9BD64

Text Example


Text Example

White with #B9BD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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