Html Css Color HEX #BAF69B Madang

📋 copy color: '#BAF69B'

red 186 ◦ green 246 ◦ blue 155

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

Shades of Madang #BAF69B

Tints of Madang #BAF69B

RGB

 RED value IS 186 (73.05% from 255) = 31.69%

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

 BLUE value IS 155 (60.94% from 255) = 26.41%

R = 31.69%
G = 41.91%
B = 26.41%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#BAF69B (or 0xBAF69B) is known color: Madang. HEX triplet: BA, F6 and 9B. RGB value is (186,246,155). Sum of RGB (Red+Green+Blue) = 186+246+155=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 246 (96.48% from 255 or 41.91% from 587); Blue value is 155 (60.94% from 255 or 26.41% from 587); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF69B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF69B is #450964. Grayscale: #D9D9D9. Windows color (decimal): -4524389 or 10221242. OLE color: 10221242.

HSL color Cylindrical-coordinate representation of color #BAF69B: hue angle of 99.56º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAF69B is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 246 155 -
CMYK 0.24 0 0.37 0.04
HSL 99.56º 0.83% 0.79% -
HSV(B) 99.56º 0.37% 0.96% -
XYZ 59.12 78.72 43.09 -
YUV 217.69 92.62 105.4 -
System Red Green Blue C M Y K H S L
Decimal 186 246 155 0.24 0 0.37 0.04 99.56 0.83 0.79
Hex BA F6 9B 18 0 25 4 64 53 4F
Octal 272 366 233 30 0 45 4 144 123 117
Binary 10111010 11110110 10011011 11000 0 100101 100 1100100 1010011 1001111

Color Harmonies of #BAF69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF69B

Black with #BAF69B

Text Example


Text Example

White with #BAF69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF69B; }

 p { color: rgb(186,246,155); }

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

background-color css

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

 a { background-color: rgb(186,246,155); }

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

border-color css

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

 span { border-color: rgb(186,246,155); }

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