Html Css Color HEX #B0D69A Madang

📋 copy color: '#B0D69A'

red 176 ◦ green 214 ◦ blue 154

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

Shades of Madang #B0D69A

Tints of Madang #B0D69A

RGB

 RED value IS 176 (69.14% from 255) = 32.35%

 GREEN value IS 214 (83.98% from 255) = 39.34%

 BLUE value IS 154 (60.55% from 255) = 28.31%

R = 32.35%
G = 39.34%
B = 28.31%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#B0D69A (or 0xB0D69A) is known color: Madang. HEX triplet: B0, D6 and 9A. RGB value is (176,214,154). Sum of RGB (Red+Green+Blue) = 176+214+154=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 154 (60.55% from 255 or 28.31% from 544); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D69A is #4F2965. Grayscale: #C4C4C4. Windows color (decimal): -5187942 or 10147504. OLE color: 10147504.

HSL color Cylindrical-coordinate representation of color #B0D69A: hue angle of 98º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0D69A is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 214 154 -
CMYK 0.18 0 0.28 0.16
HSL 98º 0.42% 0.72% -
HSV(B) 98º 0.28% 0.84% -
XYZ 47.78 59.66 39.57 -
YUV 195.8 104.41 113.88 -
System Red Green Blue C M Y K H S L
Decimal 176 214 154 0.18 0 0.28 0.16 98 0.42 0.72
Hex B0 D6 9A 12 0 1C 10 62 2A 48
Octal 260 326 232 22 0 34 20 142 52 110
Binary 10110000 11010110 10011010 10010 0 11100 10000 1100010 101010 1001000

Color Harmonies of #B0D69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D69A

Black with #B0D69A

Text Example


Text Example

White with #B0D69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D69A; }

 p { color: rgb(176,214,154); }

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

background-color css

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

 a { background-color: rgb(176,214,154); }

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

border-color css

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

 span { border-color: rgb(176,214,154); }

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