Html Css Color HEX #BDBD6E Dark Khaki

📋 copy color: '#BDBD6E'

red 189 ◦ green 189 ◦ blue 110

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

Shades of Dark Khaki #BDBD6E

Tints of Dark Khaki #BDBD6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.54%

R = 38.73%
G = 38.73%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BDBD6E (or 0xBDBD6E) is known color: Dark Khaki. HEX triplet: BD, BD and 6E. RGB value is (189,189,110). Sum of RGB (Red+Green+Blue) = 189+189+110=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBD6E is #424291. Grayscale: #B4B4B4. Windows color (decimal): -4342418 or 7257533. OLE color: 7257533.

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

Color convert

RGB 189 189 110 -
CMYK 0 0 0.42 0.26
HSL 60º 0.37% 0.59% -
HSV(B) 60º 0.42% 0.74% -
XYZ 42 48.34 21.87 -
YUV 179.99 88.5 134.42 -
System Red Green Blue C M Y K H S L
Decimal 189 189 110 0 0 0.42 0.26 60 0.37 0.59
Hex BD BD 6E 0 0 2A 1A 3C 25 3B
Octal 275 275 156 0 0 52 32 74 45 73
Binary 10111101 10111101 1101110 0 0 101010 11010 111100 100101 111011

Color Harmonies of #BDBD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBD6E

Black with #BDBD6E

Text Example


Text Example

White with #BDBD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBD6E; }

 p { color: rgb(189,189,110); }

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

background-color css

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

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

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

border-color css

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

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

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