Html Css Color HEX #BDF099 Madang

📋 copy color: '#BDF099'

red 189 ◦ green 240 ◦ blue 153

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

Shades of Madang #BDF099

Tints of Madang #BDF099

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.24%

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

R = 32.47%
G = 41.24%
B = 26.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#BDF099 (or 0xBDF099) is known color: Madang. HEX triplet: BD, F0 and 99. RGB value is (189,240,153). Sum of RGB (Red+Green+Blue) = 189+240+153=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 240 (94.14% from 255 or 41.24% from 582); Blue value is 153 (60.16% from 255 or 26.29% from 582); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF099 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF099 is #420F66. Grayscale: #D7D7D7. Windows color (decimal): -4329319 or 10088637. OLE color: 10088637.

HSL color Cylindrical-coordinate representation of color #BDF099: hue angle of 95.17º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDF099 is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 153 -
CMYK 0.21 0 0.36 0.06
HSL 95.17º 0.74% 0.77% -
HSV(B) 95.17º 0.36% 0.94% -
XYZ 57.9 75.44 41.65 -
YUV 214.83 93.1 109.57 -
System Red Green Blue C M Y K H S L
Decimal 189 240 153 0.21 0 0.36 0.06 95.17 0.74 0.77
Hex BD F0 99 15 0 24 6 5F 4A 4D
Octal 275 360 231 25 0 44 6 137 112 115
Binary 10111101 11110000 10011001 10101 0 100100 110 1011111 1001010 1001101

Color Harmonies of #BDF099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF099

Black with #BDF099

Text Example


Text Example

White with #BDF099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF099; }

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

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

background-color css

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

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

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

border-color css

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

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

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