Html Css Color HEX #BDBD6C Dark Khaki

📋 copy color: '#BDBD6C'

red 189 ◦ green 189 ◦ blue 108

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

Shades of Dark Khaki #BDBD6C

Tints of Dark Khaki #BDBD6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.22%

R = 38.89%
G = 38.89%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BDBD6C (or 0xBDBD6C) is known color: Dark Khaki. HEX triplet: BD, BD and 6C. RGB value is (189,189,108). Sum of RGB (Red+Green+Blue) = 189+189+108=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBD6C is #424293. Grayscale: #B4B4B4. Windows color (decimal): -4342420 or 7126461. OLE color: 7126461.

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

Color convert

RGB 189 189 108 -
CMYK 0 0 0.43 0.26
HSL 60º 0.38% 0.58% -
HSV(B) 60º 0.43% 0.74% -
XYZ 41.89 48.3 21.3 -
YUV 179.77 87.5 134.59 -
System Red Green Blue C M Y K H S L
Decimal 189 189 108 0 0 0.43 0.26 60 0.38 0.58
Hex BD BD 6C 0 0 2B 1A 3C 26 3A
Octal 275 275 154 0 0 53 32 74 46 72
Binary 10111101 10111101 1101100 0 0 101011 11010 111100 100110 111010

Color Harmonies of #BDBD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBD6C

Black with #BDBD6C

Text Example


Text Example

White with #BDBD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBD6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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