Html Css Color HEX #BDC38E Green Mist

📋 copy color: '#BDC38E'

red 189 ◦ green 195 ◦ blue 142

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

Shades of Green Mist #BDC38E

Tints of Green Mist #BDC38E

RGB

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

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

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

R = 35.93%
G = 37.07%
B = 27%

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

#BDC38E (or 0xBDC38E) is known color: Green Mist. HEX triplet: BD, C3 and 8E. RGB value is (189,195,142). Sum of RGB (Red+Green+Blue) = 189+195+142=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC38E is #423C71. Grayscale: #BBBBBB. Windows color (decimal): -4340850 or 9356221. OLE color: 9356221.

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

Color convert

RGB 189 195 142 -
CMYK 0.03 0 0.27 0.24
HSL 66.79º 0.31% 0.66% -
HSV(B) 66.79º 0.27% 0.76% -
XYZ 45.38 51.8 33.2 -
YUV 187.16 102.51 129.31 -
System Red Green Blue C M Y K H S L
Decimal 189 195 142 0.03 0 0.27 0.24 66.79 0.31 0.66
Hex BD C3 8E 3 0 1B 18 43 1F 42
Octal 275 303 216 3 0 33 30 103 37 102
Binary 10111101 11000011 10001110 11 0 11011 11000 1000011 11111 1000010

Color Harmonies of #BDC38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC38E

Black with #BDC38E

Text Example


Text Example

White with #BDC38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC38E; }

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

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

background-color css

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

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

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

border-color css

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

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

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