Html Css Color HEX #B9BD70 Dark Khaki

📋 copy color: '#B9BD70'

red 185 ◦ green 189 ◦ blue 112

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

Shades of Dark Khaki #B9BD70

Tints of Dark Khaki #B9BD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.05%

R = 38.07%
G = 38.89%
B = 23.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#B9BD70 (or 0xB9BD70) is known color: Dark Khaki. HEX triplet: B9, BD and 70. RGB value is (185,189,112). Sum of RGB (Red+Green+Blue) = 185+189+112=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BD70 is #46428F. Grayscale: #B3B3B3. Windows color (decimal): -4604560 or 7388601. OLE color: 7388601.

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

Color convert

RGB 185 189 112 -
CMYK 0.02 0 0.41 0.26
HSL 63.12º 0.37% 0.59% -
HSV(B) 63.12º 0.41% 0.74% -
XYZ 41.13 47.88 22.4 -
YUV 179.03 90.17 132.26 -
System Red Green Blue C M Y K H S L
Decimal 185 189 112 0.02 0 0.41 0.26 63.12 0.37 0.59
Hex B9 BD 70 2 0 29 1A 3F 25 3B
Octal 271 275 160 2 0 51 32 77 45 73
Binary 10111001 10111101 1110000 10 0 101001 11010 111111 100101 111011

Color Harmonies of #B9BD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BD70

Black with #B9BD70

Text Example


Text Example

White with #B9BD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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