Html Css Color HEX #BDC095 Green Mist

📋 copy color: '#BDC095'

red 189 ◦ green 192 ◦ blue 149

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

Shades of Green Mist #BDC095

Tints of Green Mist #BDC095

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.23%

 BLUE value IS 149 (58.59% from 255) = 28.11%

R = 35.66%
G = 36.23%
B = 28.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BDC095 (or 0xBDC095) is known color: Green Mist. HEX triplet: BD, C0 and 95. RGB value is (189,192,149). Sum of RGB (Red+Green+Blue) = 189+192+149=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC095 is #423F6A. Grayscale: #BABABA. Windows color (decimal): -4341611 or 9814205. OLE color: 9814205.

HSL color Cylindrical-coordinate representation of color #BDC095: hue angle of 64.19º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDC095 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 149 -
CMYK 0.02 0 0.22 0.25
HSL 64.19º 0.25% 0.67% -
HSV(B) 64.19º 0.22% 0.75% -
XYZ 45.26 50.69 35.83 -
YUV 186.2 107.01 130 -
System Red Green Blue C M Y K H S L
Decimal 189 192 149 0.02 0 0.22 0.25 64.19 0.25 0.67
Hex BD C0 95 2 0 16 19 40 19 43
Octal 275 300 225 2 0 26 31 100 31 103
Binary 10111101 11000000 10010101 10 0 10110 11001 1000000 11001 1000011

Color Harmonies of #BDC095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC095

Black with #BDC095

Text Example


Text Example

White with #BDC095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC095; }

 p { color: rgb(189,192,149); }

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

background-color css

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

 a { background-color: rgb(189,192,149); }

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

border-color css

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

 span { border-color: rgb(189,192,149); }

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