Html Css Color HEX #BAF88D Sulu

📋 copy color: '#BAF88D'

red 186 ◦ green 248 ◦ blue 141

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

Shades of Sulu #BAF88D

Tints of Sulu #BAF88D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.13%

 BLUE value IS 141 (55.47% from 255) = 24.52%

R = 32.35%
G = 43.13%
B = 24.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#BAF88D (or 0xBAF88D) is known color: Sulu. HEX triplet: BA, F8 and 8D. RGB value is (186,248,141). Sum of RGB (Red+Green+Blue) = 186+248+141=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 248 (97.27% from 255 or 43.13% from 575); Blue value is 141 (55.47% from 255 or 24.52% from 575); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF88D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF88D is #450772. Grayscale: #D9D9D9. Windows color (decimal): -4523891 or 9304250. OLE color: 9304250.

HSL color Cylindrical-coordinate representation of color #BAF88D: hue angle of 94.77º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BAF88D is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 248 141 -
CMYK 0.25 0 0.43 0.03
HSL 94.77º 0.88% 0.76% -
HSV(B) 94.77º 0.43% 0.97% -
XYZ 58.62 79.5 37.45 -
YUV 217.26 84.96 105.7 -
System Red Green Blue C M Y K H S L
Decimal 186 248 141 0.25 0 0.43 0.03 94.77 0.88 0.76
Hex BA F8 8D 19 0 2B 3 5F 58 4C
Octal 272 370 215 31 0 53 3 137 130 114
Binary 10111010 11111000 10001101 11001 0 101011 11 1011111 1011000 1001100

Color Harmonies of #BAF88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF88D

Black with #BAF88D

Text Example


Text Example

White with #BAF88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF88D; }

 p { color: rgb(186,248,141); }

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

background-color css

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

 a { background-color: rgb(186,248,141); }

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

border-color css

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

 span { border-color: rgb(186,248,141); }

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