Html Css Color HEX #BDF699 Madang

📋 copy color: '#BDF699'

red 189 ◦ green 246 ◦ blue 153

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

Shades of Madang #BDF699

Tints of Madang #BDF699

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.84%

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

R = 32.14%
G = 41.84%
B = 26.02%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#BDF699 (or 0xBDF699) is known color: Madang. HEX triplet: BD, F6 and 99. RGB value is (189,246,153). Sum of RGB (Red+Green+Blue) = 189+246+153=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 246 (96.48% from 255 or 41.84% from 588); Blue value is 153 (60.16% from 255 or 26.02% from 588); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF699 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF699 is #420966. Grayscale: #DADADA. Windows color (decimal): -4327783 or 10090173. OLE color: 10090173.

HSL color Cylindrical-coordinate representation of color #BDF699: hue angle of 96.77º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDF699 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 246 153 -
CMYK 0.23 0 0.38 0.04
HSL 96.77º 0.84% 0.78% -
HSV(B) 96.77º 0.38% 0.96% -
XYZ 59.69 79.03 42.25 -
YUV 218.36 91.12 107.06 -
System Red Green Blue C M Y K H S L
Decimal 189 246 153 0.23 0 0.38 0.04 96.77 0.84 0.78
Hex BD F6 99 17 0 26 4 61 54 4E
Octal 275 366 231 27 0 46 4 141 124 116
Binary 10111101 11110110 10011001 10111 0 100110 100 1100001 1010100 1001110

Color Harmonies of #BDF699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF699

Black with #BDF699

Text Example


Text Example

White with #BDF699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF699; }

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

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

background-color css

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

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

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

border-color css

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

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

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