Html Css Color HEX #BAF290 Sulu

📋 copy color: '#BAF290'

red 186 ◦ green 242 ◦ blue 144

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

Shades of Sulu #BAF290

Tints of Sulu #BAF290

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.31%

 BLUE value IS 144 (56.64% from 255) = 25.17%

R = 32.52%
G = 42.31%
B = 25.17%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#BAF290 (or 0xBAF290) is known color: Sulu. HEX triplet: BA, F2 and 90. RGB value is (186,242,144). Sum of RGB (Red+Green+Blue) = 186+242+144=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 242 (94.92% from 255 or 42.31% from 572); Blue value is 144 (56.64% from 255 or 25.17% from 572); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF290 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF290 is #450D6F. Grayscale: #D6D6D6. Windows color (decimal): -4525424 or 9499322. OLE color: 9499322.

HSL color Cylindrical-coordinate representation of color #BAF290: hue angle of 94.29º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAF290 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 242 144 -
CMYK 0.23 0 0.40 0.05
HSL 94.29º 0.79% 0.76% -
HSV(B) 94.29º 0.4% 0.95% -
XYZ 57.04 75.96 38.04 -
YUV 214.08 88.45 107.97 -
System Red Green Blue C M Y K H S L
Decimal 186 242 144 0.23 0 0.40 0.05 94.29 0.79 0.76
Hex BA F2 90 17 0 28 5 5E 4F 4C
Octal 272 362 220 27 0 50 5 136 117 114
Binary 10111010 11110010 10010000 10111 0 101000 101 1011110 1001111 1001100

Color Harmonies of #BAF290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF290

Black with #BAF290

Text Example


Text Example

White with #BAF290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF290; }

 p { color: rgb(186,242,144); }

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

background-color css

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

 a { background-color: rgb(186,242,144); }

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

border-color css

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

 span { border-color: rgb(186,242,144); }

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