Html Css Color HEX #BDF698 Madang

📋 copy color: '#BDF698'

red 189 ◦ green 246 ◦ blue 152

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

Shades of Madang #BDF698

Tints of Madang #BDF698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 25.89%

R = 32.2%
G = 41.91%
B = 25.89%

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

#BDF698 (or 0xBDF698) is known color: Madang. HEX triplet: BD, F6 and 98. RGB value is (189,246,152). Sum of RGB (Red+Green+Blue) = 189+246+152=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 246 (96.48% from 255 or 41.91% from 587); Blue value is 152 (59.77% from 255 or 25.89% from 587); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF698 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF698 is #420967. Grayscale: #DADADA. Windows color (decimal): -4327784 or 10024637. OLE color: 10024637.

HSL color Cylindrical-coordinate representation of color #BDF698: hue angle of 96.38º 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 #BDF698 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 246 152 -
CMYK 0.23 0 0.38 0.04
HSL 96.38º 0.84% 0.78% -
HSV(B) 96.38º 0.38% 0.96% -
XYZ 59.61 79 41.81 -
YUV 218.24 90.62 107.14 -
System Red Green Blue C M Y K H S L
Decimal 189 246 152 0.23 0 0.38 0.04 96.38 0.84 0.78
Hex BD F6 98 17 0 26 4 60 54 4E
Octal 275 366 230 27 0 46 4 140 124 116
Binary 10111101 11110110 10011000 10111 0 100110 100 1100000 1010100 1001110

Color Harmonies of #BDF698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF698

Black with #BDF698

Text Example


Text Example

White with #BDF698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF698; }

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

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

background-color css

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

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

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

border-color css

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

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

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