Html Css Color HEX #BDC28E Green Mist

📋 copy color: '#BDC28E'

red 189 ◦ green 194 ◦ blue 142

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

Shades of Green Mist #BDC28E

Tints of Green Mist #BDC28E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.05%

R = 36%
G = 36.95%
B = 27.05%

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

#BDC28E (or 0xBDC28E) is known color: Green Mist. HEX triplet: BD, C2 and 8E. RGB value is (189,194,142). Sum of RGB (Red+Green+Blue) = 189+194+142=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC28E is #423D71. Grayscale: #BABABA. Windows color (decimal): -4341106 or 9355965. OLE color: 9355965.

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

Color convert

RGB 189 194 142 -
CMYK 0.03 0 0.27 0.24
HSL 65.77º 0.3% 0.66% -
HSV(B) 65.77º 0.27% 0.76% -
XYZ 45.16 51.36 33.12 -
YUV 186.58 102.84 129.73 -
System Red Green Blue C M Y K H S L
Decimal 189 194 142 0.03 0 0.27 0.24 65.77 0.3 0.66
Hex BD C2 8E 3 0 1B 18 42 1E 42
Octal 275 302 216 3 0 33 30 102 36 102
Binary 10111101 11000010 10001110 11 0 11011 11000 1000010 11110 1000010

Color Harmonies of #BDC28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC28E

Black with #BDC28E

Text Example


Text Example

White with #BDC28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC28E; }

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

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

background-color css

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

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

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

border-color css

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

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

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