#BDF198

Color #BDF198 Madang (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madang #BDF198

Tints of Madang #BDF198

Color information

#BDF198 (or 0xBDF198) is unknown color: approx Madang. HEX triplet: BD, F1 and 98. RGB value is (189,241,152). Sum of RGB (Red+Green+Blue) = 189+241+152=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 241 (94.53% from 255 or 41.41% from 582); Blue value is 152 (59.77% from 255 or 26.12% from 582); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF198 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF198 is #420E67. Grayscale: #D7D7D7. Windows color (decimal): -4329064 or 10023357. OLE color: 10023357.

HSL color Cylindrical-coordinate representation of color #BDF198: hue angle of 95.06º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDF198 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB189241152-
CMYK0.2200.370.05
HSL95.06º76.07%77.06%-
HSV(B)95.06º36.93%94.51%-
XYZ58.117641.31-
YUV215.3192.27109.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.47%
GREEN value IS 241 (94.53% from 255) = 41.41%
BLUE value IS 152 (59.77% from 255) = 26.12%
R=32.47%
G=41.41%
B=26.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892411520.2200.370.0595.0676.0777.06
HexBDF1981602555f4c4d
Octal275361230260455137114115
Binary101111011111000110011000101100100101101101111110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF198; }

 p { color: rgb(189,241,152); }

 H1.HeaderClassName
 {
   color: #BDF198;
 }
 .AnyTagClassName
 {
   color: #BDF198;
 }
</style>
background-color css

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

 a { background-color: rgb(189,241,152); }

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

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

 span { border-color: rgb(189,241,152); }

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