Html Css Color HEX #BDBD6A Dark Khaki

📋 copy color: '#BDBD6A'

red 189 ◦ green 189 ◦ blue 106

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

Shades of Dark Khaki #BDBD6A

Tints of Dark Khaki #BDBD6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.9%

R = 39.05%
G = 39.05%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BDBD6A (or 0xBDBD6A) is known color: Dark Khaki. HEX triplet: BD, BD and 6A. RGB value is (189,189,106). Sum of RGB (Red+Green+Blue) = 189+189+106=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 106 (41.80% from 255 or 21.90% from 484); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBD6A is #424295. Grayscale: #B3B3B3. Windows color (decimal): -4342422 or 6995389. OLE color: 6995389.

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

Color convert

RGB 189 189 106 -
CMYK 0 0 0.44 0.26
HSL 60º 0.39% 0.58% -
HSV(B) 60º 0.44% 0.74% -
XYZ 41.79 48.25 20.75 -
YUV 179.54 86.5 134.75 -
System Red Green Blue C M Y K H S L
Decimal 189 189 106 0 0 0.44 0.26 60 0.39 0.58
Hex BD BD 6A 0 0 2C 1A 3C 27 3A
Octal 275 275 152 0 0 54 32 74 47 72
Binary 10111101 10111101 1101010 0 0 101100 11010 111100 100111 111010

Color Harmonies of #BDBD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBD6A

Black with #BDBD6A

Text Example


Text Example

White with #BDBD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBD6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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