Html Css Color HEX #BDB76B DarkKhaki

📋 copy color: '#BDB76B'

red 189 ◦ green 183 ◦ blue 107

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

Shades of DarkKhaki #BDB76B

Tints of DarkKhaki #BDB76B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.2%

 BLUE value IS 107 (42.19% from 255) = 22.34%

R = 39.46%
G = 38.2%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BDB76B (or 0xBDB76B) is known color: DarkKhaki. HEX triplet: BD, B7 and 6B. RGB value is (189,183,107). Sum of RGB (Red+Green+Blue) = 189+183+107=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB76B is #424894. Grayscale: #B0B0B0. Windows color (decimal): -4343957 or 7059389. OLE color: 7059389.

HSL color Cylindrical-coordinate representation of color #BDB76B: hue angle of 55.61º 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 #BDB76B is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 183 107 -
CMYK 0 0.03 0.43 0.26
HSL 55.61º 0.38% 0.58% -
HSV(B) 55.61º 0.43% 0.74% -
XYZ 40.57 45.75 20.6 -
YUV 176.13 88.99 137.18 -
System Red Green Blue C M Y K H S L
Decimal 189 183 107 0 0.03 0.43 0.26 55.61 0.38 0.58
Hex BD B7 6B 0 3 2B 1A 38 26 3A
Octal 275 267 153 0 3 53 32 70 46 72
Binary 10111101 10110111 1101011 0 11 101011 11010 111000 100110 111010

Color Harmonies of #BDB76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB76B

Black with #BDB76B

Text Example


Text Example

White with #BDB76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB76B; }

 p { color: rgb(189,183,107); }

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

background-color css

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

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

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

border-color css

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

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

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