Html Css Color HEX #B9BA68 Dark Khaki

📋 copy color: '#B9BA68'

red 185 ◦ green 186 ◦ blue 104

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

Shades of Dark Khaki #B9BA68

Tints of Dark Khaki #B9BA68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.89%

R = 38.95%
G = 39.16%
B = 21.89%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#B9BA68 (or 0xB9BA68) is known color: Dark Khaki. HEX triplet: B9, BA and 68. RGB value is (185,186,104). Sum of RGB (Red+Green+Blue) = 185+186+104=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BA68 is #464597. Grayscale: #B0B0B0. Windows color (decimal): -4605336 or 6863545. OLE color: 6863545.

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

Color convert

RGB 185 186 104 -
CMYK 0.01 0 0.44 0.27
HSL 60.73º 0.37% 0.57% -
HSV(B) 60.73º 0.44% 0.73% -
XYZ 40.07 46.43 19.95 -
YUV 176.35 87.17 134.17 -
System Red Green Blue C M Y K H S L
Decimal 185 186 104 0.01 0 0.44 0.27 60.73 0.37 0.57
Hex B9 BA 68 1 0 2C 1B 3D 25 39
Octal 271 272 150 1 0 54 33 75 45 71
Binary 10111001 10111010 1101000 1 0 101100 11011 111101 100101 111001

Color Harmonies of #B9BA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BA68

Black with #B9BA68

Text Example


Text Example

White with #B9BA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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