Html Css Color HEX #BAF180 Sulu

📋 copy color: '#BAF180'

red 186 ◦ green 241 ◦ blue 128

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

Shades of Sulu #BAF180

Tints of Sulu #BAF180

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.42%

 BLUE value IS 128 (50.39% from 255) = 23.06%

R = 33.51%
G = 43.42%
B = 23.06%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#BAF180 (or 0xBAF180) is known color: Sulu. HEX triplet: BA, F1 and 80. RGB value is (186,241,128). Sum of RGB (Red+Green+Blue) = 186+241+128=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF180 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF180 is #450E7F. Grayscale: #D4D4D4. Windows color (decimal): -4525696 or 8450490. OLE color: 8450490.

HSL color Cylindrical-coordinate representation of color #BAF180: hue angle of 89.2º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BAF180 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 241 128 -
CMYK 0.23 0 0.47 0.05
HSL 89.2º 0.8% 0.72% -
HSV(B) 89.2º 0.47% 0.95% -
XYZ 55.6 74.91 31.95 -
YUV 211.67 80.78 109.69 -
System Red Green Blue C M Y K H S L
Decimal 186 241 128 0.23 0 0.47 0.05 89.2 0.8 0.72
Hex BA F1 80 17 0 2F 5 59 50 48
Octal 272 361 200 27 0 57 5 131 120 110
Binary 10111010 11110001 10000000 10111 0 101111 101 1011001 1010000 1001000

Color Harmonies of #BAF180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF180

Black with #BAF180

Text Example


Text Example

White with #BAF180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF180; }

 p { color: rgb(186,241,128); }

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

background-color css

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

 a { background-color: rgb(186,241,128); }

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

border-color css

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

 span { border-color: rgb(186,241,128); }

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