Html Css Color HEX #BAF089 Sulu

📋 copy color: '#BAF089'

red 186 ◦ green 240 ◦ blue 137

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

Shades of Sulu #BAF089

Tints of Sulu #BAF089

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.63%

 BLUE value IS 137 (53.91% from 255) = 24.33%

R = 33.04%
G = 42.63%
B = 24.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#BAF089 (or 0xBAF089) is known color: Sulu. HEX triplet: BA, F0 and 89. RGB value is (186,240,137). Sum of RGB (Red+Green+Blue) = 186+240+137=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 240 (94.14% from 255 or 42.63% from 563); Blue value is 137 (53.91% from 255 or 24.33% from 563); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF089 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF089 is #450F76. Grayscale: #D4D4D4. Windows color (decimal): -4525943 or 9040058. OLE color: 9040058.

HSL color Cylindrical-coordinate representation of color #BAF089: hue angle of 91.46º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BAF089 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 240 137 -
CMYK 0.22 0 0.43 0.06
HSL 91.46º 0.77% 0.74% -
HSV(B) 91.46º 0.43% 0.94% -
XYZ 55.93 74.57 35.11 -
YUV 212.11 85.61 109.38 -
System Red Green Blue C M Y K H S L
Decimal 186 240 137 0.22 0 0.43 0.06 91.46 0.77 0.74
Hex BA F0 89 16 0 2B 6 5B 4D 4A
Octal 272 360 211 26 0 53 6 133 115 112
Binary 10111010 11110000 10001001 10110 0 101011 110 1011011 1001101 1001010

Color Harmonies of #BAF089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF089

Black with #BAF089

Text Example


Text Example

White with #BAF089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF089; }

 p { color: rgb(186,240,137); }

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

background-color css

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

 a { background-color: rgb(186,240,137); }

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

border-color css

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

 span { border-color: rgb(186,240,137); }

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