Html Css Color HEX #BAF398 Madang

📋 copy color: '#BAF398'

red 186 ◦ green 243 ◦ blue 152

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

Shades of Madang #BAF398

Tints of Madang #BAF398

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.82%

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

R = 32.01%
G = 41.82%
B = 26.16%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#BAF398 (or 0xBAF398) is known color: Madang. HEX triplet: BA, F3 and 98. RGB value is (186,243,152). Sum of RGB (Red+Green+Blue) = 186+243+152=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 243 (95.31% from 255 or 41.82% from 581); Blue value is 152 (59.77% from 255 or 26.16% from 581); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF398 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF398 is #450C67. Grayscale: #D7D7D7. Windows color (decimal): -4525160 or 10023866. OLE color: 10023866.

HSL color Cylindrical-coordinate representation of color #BAF398: hue angle of 97.58º degrees, saturation: 0.79, 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 #BAF398 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 243 152 -
CMYK 0.23 0 0.37 0.05
HSL 97.58º 0.79% 0.77% -
HSV(B) 97.58º 0.37% 0.95% -
XYZ 57.97 76.81 41.48 -
YUV 215.58 92.12 106.9 -
System Red Green Blue C M Y K H S L
Decimal 186 243 152 0.23 0 0.37 0.05 97.58 0.79 0.77
Hex BA F3 98 17 0 25 5 62 4F 4D
Octal 272 363 230 27 0 45 5 142 117 115
Binary 10111010 11110011 10011000 10111 0 100101 101 1100010 1001111 1001101

Color Harmonies of #BAF398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF398

Black with #BAF398

Text Example


Text Example

White with #BAF398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF398; }

 p { color: rgb(186,243,152); }

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

background-color css

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

 a { background-color: rgb(186,243,152); }

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

border-color css

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

 span { border-color: rgb(186,243,152); }

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