Html Css Color HEX #BDBD93 Green Mist

📋 copy color: '#BDBD93'

red 189 ◦ green 189 ◦ blue 147

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

Shades of Green Mist #BDBD93

Tints of Green Mist #BDBD93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28%

R = 36%
G = 36%
B = 28%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BDBD93 (or 0xBDBD93) is known color: Green Mist. HEX triplet: BD, BD and 93. RGB value is (189,189,147). Sum of RGB (Red+Green+Blue) = 189+189+147=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 147 (57.81% from 255 or 28% from 525); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBD93 is #42426C. Grayscale: #B8B8B8. Windows color (decimal): -4342381 or 9682365. OLE color: 9682365.

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

Color convert

RGB 189 189 147 -
CMYK 0 0 0.22 0.26
HSL 60º 0.24% 0.66% -
HSV(B) 60º 0.22% 0.74% -
XYZ 44.45 49.32 34.78 -
YUV 184.21 107 131.42 -
System Red Green Blue C M Y K H S L
Decimal 189 189 147 0 0 0.22 0.26 60 0.24 0.66
Hex BD BD 93 0 0 16 1A 3C 18 42
Octal 275 275 223 0 0 26 32 74 30 102
Binary 10111101 10111101 10010011 0 0 10110 11010 111100 11000 1000010

Color Harmonies of #BDBD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBD93

Black with #BDBD93

Text Example


Text Example

White with #BDBD93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBD93; }

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

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

background-color css

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

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

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

border-color css

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

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

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