Html Css Color HEX #BDC18C Green Mist

📋 copy color: '#BDC18C'

red 189 ◦ green 193 ◦ blue 140

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

Shades of Green Mist #BDC18C

Tints of Green Mist #BDC18C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.82%

R = 36.21%
G = 36.97%
B = 26.82%

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

#BDC18C (or 0xBDC18C) is known color: Green Mist. HEX triplet: BD, C1 and 8C. RGB value is (189,193,140). Sum of RGB (Red+Green+Blue) = 189+193+140=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 140 (55.08% from 255 or 26.82% from 522); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC18C is #423E73. Grayscale: #B9B9B9. Windows color (decimal): -4341364 or 9224637. OLE color: 9224637.

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

Color convert

RGB 189 193 140 -
CMYK 0.02 0 0.27 0.24
HSL 64.53º 0.3% 0.65% -
HSV(B) 64.53º 0.27% 0.76% -
XYZ 44.79 50.85 32.27 -
YUV 185.76 102.17 130.31 -
System Red Green Blue C M Y K H S L
Decimal 189 193 140 0.02 0 0.27 0.24 64.53 0.3 0.65
Hex BD C1 8C 2 0 1B 18 41 1E 41
Octal 275 301 214 2 0 33 30 101 36 101
Binary 10111101 11000001 10001100 10 0 11011 11000 1000001 11110 1000001

Color Harmonies of #BDC18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC18C

Black with #BDC18C

Text Example


Text Example

White with #BDC18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC18C; }

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

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

background-color css

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

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

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

border-color css

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

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

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