Html Css Color HEX #BDC39A Green Mist

📋 copy color: '#BDC39A'

red 189 ◦ green 195 ◦ blue 154

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

Shades of Green Mist #BDC39A

Tints of Green Mist #BDC39A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.25%

 BLUE value IS 154 (60.55% from 255) = 28.62%

R = 35.13%
G = 36.25%
B = 28.62%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#BDC39A (or 0xBDC39A) is known color: Green Mist. HEX triplet: BD, C3 and 9A. RGB value is (189,195,154). Sum of RGB (Red+Green+Blue) = 189+195+154=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 154 (60.55% from 255 or 28.62% from 538); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC39A is #423C65. Grayscale: #BCBCBC. Windows color (decimal): -4340838 or 10142653. OLE color: 10142653.

HSL color Cylindrical-coordinate representation of color #BDC39A: hue angle of 68.78º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDC39A is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 195 154 -
CMYK 0.03 0 0.21 0.24
HSL 68.78º 0.25% 0.68% -
HSV(B) 68.78º 0.21% 0.76% -
XYZ 46.33 52.18 38.2 -
YUV 188.53 108.51 128.33 -
System Red Green Blue C M Y K H S L
Decimal 189 195 154 0.03 0 0.21 0.24 68.78 0.25 0.68
Hex BD C3 9A 3 0 15 18 45 19 44
Octal 275 303 232 3 0 25 30 105 31 104
Binary 10111101 11000011 10011010 11 0 10101 11000 1000101 11001 1000100

Color Harmonies of #BDC39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC39A

Black with #BDC39A

Text Example


Text Example

White with #BDC39A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC39A; }

 p { color: rgb(189,195,154); }

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

background-color css

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

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

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

border-color css

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

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

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