Html Css Color HEX #BDC499 Green Mist

📋 copy color: '#BDC499'

red 189 ◦ green 196 ◦ blue 153

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

Shades of Green Mist #BDC499

Tints of Green Mist #BDC499

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.43%

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

R = 35.13%
G = 36.43%
B = 28.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#BDC499 (or 0xBDC499) is known color: Green Mist. HEX triplet: BD, C4 and 99. RGB value is (189,196,153). Sum of RGB (Red+Green+Blue) = 189+196+153=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 196 (76.95% from 255 or 36.43% from 538); Blue value is 153 (60.16% from 255 or 28.44% from 538); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC499 is #423B66. Grayscale: #BDBDBD. Windows color (decimal): -4340583 or 10077373. OLE color: 10077373.

HSL color Cylindrical-coordinate representation of color #BDC499: hue angle of 69.77º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDC499 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 196 153 -
CMYK 0.04 0 0.22 0.23
HSL 69.77º 0.27% 0.68% -
HSV(B) 69.77º 0.22% 0.77% -
XYZ 46.48 52.6 37.84 -
YUV 189.01 107.68 128 -
System Red Green Blue C M Y K H S L
Decimal 189 196 153 0.04 0 0.22 0.23 69.77 0.27 0.68
Hex BD C4 99 4 0 16 17 46 1B 44
Octal 275 304 231 4 0 26 27 106 33 104
Binary 10111101 11000100 10011001 100 0 10110 10111 1000110 11011 1000100

Color Harmonies of #BDC499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC499

Black with #BDC499

Text Example


Text Example

White with #BDC499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC499; }

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

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

background-color css

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

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

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

border-color css

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

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

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