Html Css Color HEX #BDB16D Dark Khaki

📋 copy color: '#BDB16D'

red 189 ◦ green 177 ◦ blue 109

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

Shades of Dark Khaki #BDB16D

Tints of Dark Khaki #BDB16D

RGB

 RED value IS 189 (74.22% from 255) = 39.79%

 GREEN value IS 177 (69.53% from 255) = 37.26%

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

R = 39.79%
G = 37.26%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BDB16D (or 0xBDB16D) is known color: Dark Khaki. HEX triplet: BD, B1 and 6D. RGB value is (189,177,109). Sum of RGB (Red+Green+Blue) = 189+177+109=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB16D is #424E92. Grayscale: #ADADAD. Windows color (decimal): -4345491 or 7188925. OLE color: 7188925.

HSL color Cylindrical-coordinate representation of color #BDB16D: hue angle of 51º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDB16D is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 177 109 -
CMYK 0 0.06 0.42 0.26
HSL 51º 0.38% 0.58% -
HSV(B) 51º 0.42% 0.74% -
XYZ 39.47 43.37 20.76 -
YUV 172.84 91.98 139.53 -
System Red Green Blue C M Y K H S L
Decimal 189 177 109 0 0.06 0.42 0.26 51 0.38 0.58
Hex BD B1 6D 0 6 2A 1A 33 26 3A
Octal 275 261 155 0 6 52 32 63 46 72
Binary 10111101 10110001 1101101 0 110 101010 11010 110011 100110 111010

Color Harmonies of #BDB16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB16D

Black with #BDB16D

Text Example


Text Example

White with #BDB16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB16D; }

 p { color: rgb(189,177,109); }

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

background-color css

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

 a { background-color: rgb(189,177,109); }

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

border-color css

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

 span { border-color: rgb(189,177,109); }

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