Html Css Color HEX #BAF883 Sulu

📋 copy color: '#BAF883'

red 186 ◦ green 248 ◦ blue 131

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

Shades of Sulu #BAF883

Tints of Sulu #BAF883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.19%

R = 32.92%
G = 43.89%
B = 23.19%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#BAF883 (or 0xBAF883) is known color: Sulu. HEX triplet: BA, F8 and 83. RGB value is (186,248,131). Sum of RGB (Red+Green+Blue) = 186+248+131=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 248 (97.27% from 255 or 43.89% from 565); Blue value is 131 (51.56% from 255 or 23.19% from 565); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF883 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF883 is #45077C. Grayscale: #D8D8D8. Windows color (decimal): -4523901 or 8648890. OLE color: 8648890.

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

Color convert

RGB 186 248 131 -
CMYK 0.25 0 0.47 0.03
HSL 91.79º 0.89% 0.74% -
HSV(B) 91.79º 0.47% 0.97% -
XYZ 57.91 79.21 33.71 -
YUV 216.12 79.96 106.51 -
System Red Green Blue C M Y K H S L
Decimal 186 248 131 0.25 0 0.47 0.03 91.79 0.89 0.74
Hex BA F8 83 19 0 2F 3 5C 59 4A
Octal 272 370 203 31 0 57 3 134 131 112
Binary 10111010 11111000 10000011 11001 0 101111 11 1011100 1011001 1001010

Color Harmonies of #BAF883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF883

Black with #BAF883

Text Example


Text Example

White with #BAF883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF883; }

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

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

background-color css

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

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

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

border-color css

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

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

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