Html Css Color HEX #BDC18D Green Mist

📋 copy color: '#BDC18D'

red 189 ◦ green 193 ◦ blue 141

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

Shades of Green Mist #BDC18D

Tints of Green Mist #BDC18D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.9%

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

R = 36.14%
G = 36.9%
B = 26.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#BDC18D (or 0xBDC18D) is known color: Green Mist. HEX triplet: BD, C1 and 8D. RGB value is (189,193,141). Sum of RGB (Red+Green+Blue) = 189+193+141=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 193 (75.78% from 255 or 36.90% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC18D is #423E72. Grayscale: #BABABA. Windows color (decimal): -4341363 or 9290173. OLE color: 9290173.

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

Color convert

RGB 189 193 141 -
CMYK 0.02 0 0.27 0.24
HSL 64.62º 0.3% 0.65% -
HSV(B) 64.62º 0.27% 0.76% -
XYZ 44.86 50.88 32.66 -
YUV 185.88 102.67 130.23 -
System Red Green Blue C M Y K H S L
Decimal 189 193 141 0.02 0 0.27 0.24 64.62 0.3 0.65
Hex BD C1 8D 2 0 1B 18 41 1E 41
Octal 275 301 215 2 0 33 30 101 36 101
Binary 10111101 11000001 10001101 10 0 11011 11000 1000001 11110 1000001

Color Harmonies of #BDC18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC18D

Black with #BDC18D

Text Example


Text Example

White with #BDC18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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