Html Css Color HEX #BDC28D Green Mist

📋 copy color: '#BDC28D'

red 189 ◦ green 194 ◦ blue 141

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

Shades of Green Mist #BDC28D

Tints of Green Mist #BDC28D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.02%

 BLUE value IS 141 (55.47% from 255) = 26.91%

R = 36.07%
G = 37.02%
B = 26.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#BDC28D (or 0xBDC28D) is known color: Green Mist. HEX triplet: BD, C2 and 8D. RGB value is (189,194,141). Sum of RGB (Red+Green+Blue) = 189+194+141=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC28D is #423D72. Grayscale: #BABABA. Windows color (decimal): -4341107 or 9290429. OLE color: 9290429.

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

Color convert

RGB 189 194 141 -
CMYK 0.03 0 0.27 0.24
HSL 65.66º 0.3% 0.66% -
HSV(B) 65.66º 0.27% 0.76% -
XYZ 45.09 51.33 32.73 -
YUV 186.46 102.34 129.81 -
System Red Green Blue C M Y K H S L
Decimal 189 194 141 0.03 0 0.27 0.24 65.66 0.3 0.66
Hex BD C2 8D 3 0 1B 18 42 1E 42
Octal 275 302 215 3 0 33 30 102 36 102
Binary 10111101 11000010 10001101 11 0 11011 11000 1000010 11110 1000010

Color Harmonies of #BDC28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC28D

Black with #BDC28D

Text Example


Text Example

White with #BDC28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC28D; }

 p { color: rgb(189,194,141); }

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

background-color css

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

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

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

border-color css

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

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

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