Html Css Color HEX #BDC299 Green Mist

📋 copy color: '#BDC299'

red 189 ◦ green 194 ◦ blue 153

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

Shades of Green Mist #BDC299

Tints of Green Mist #BDC299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.54%

R = 35.26%
G = 36.19%
B = 28.54%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#BDC299 (or 0xBDC299) is known color: Green Mist. HEX triplet: BD, C2 and 99. RGB value is (189,194,153). Sum of RGB (Red+Green+Blue) = 189+194+153=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 194 (76.17% from 255 or 36.19% from 536); Blue value is 153 (60.16% from 255 or 28.54% from 536); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC299 is #423D66. Grayscale: #BBBBBB. Windows color (decimal): -4341095 or 10076861. OLE color: 10076861.

HSL color Cylindrical-coordinate representation of color #BDC299: hue angle of 67.32º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDC299 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 194 153 -
CMYK 0.03 0 0.21 0.24
HSL 67.32º 0.25% 0.68% -
HSV(B) 67.32º 0.21% 0.76% -
XYZ 46.03 51.7 37.69 -
YUV 187.83 108.34 128.83 -
System Red Green Blue C M Y K H S L
Decimal 189 194 153 0.03 0 0.21 0.24 67.32 0.25 0.68
Hex BD C2 99 3 0 15 18 43 19 44
Octal 275 302 231 3 0 25 30 103 31 104
Binary 10111101 11000010 10011001 11 0 10101 11000 1000011 11001 1000100

Color Harmonies of #BDC299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC299

Black with #BDC299

Text Example


Text Example

White with #BDC299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC299; }

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

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

background-color css

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

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

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

border-color css

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

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

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