Html Css Color HEX #BAF98E Sulu

📋 copy color: '#BAF98E'

red 186 ◦ green 249 ◦ blue 142

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

Shades of Sulu #BAF98E

Tints of Sulu #BAF98E

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.15%

 BLUE value IS 142 (55.86% from 255) = 24.61%

R = 32.24%
G = 43.15%
B = 24.61%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#BAF98E (or 0xBAF98E) is known color: Sulu. HEX triplet: BA, F9 and 8E. RGB value is (186,249,142). Sum of RGB (Red+Green+Blue) = 186+249+142=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 249 (97.66% from 255 or 43.15% from 577); Blue value is 142 (55.86% from 255 or 24.61% from 577); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF98E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF98E is #450671. Grayscale: #DADADA. Windows color (decimal): -4523634 or 9370042. OLE color: 9370042.

HSL color Cylindrical-coordinate representation of color #BAF98E: hue angle of 95.33º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BAF98E is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 249 142 -
CMYK 0.25 0 0.43 0.02
HSL 95.33º 0.9% 0.77% -
HSV(B) 95.33º 0.43% 0.98% -
XYZ 59.01 80.14 37.95 -
YUV 217.97 85.13 105.2 -
System Red Green Blue C M Y K H S L
Decimal 186 249 142 0.25 0 0.43 0.02 95.33 0.9 0.77
Hex BA F9 8E 19 0 2B 2 5F 5A 4D
Octal 272 371 216 31 0 53 2 137 132 115
Binary 10111010 11111001 10001110 11001 0 101011 10 1011111 1011010 1001101

Color Harmonies of #BAF98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF98E

Black with #BAF98E

Text Example


Text Example

White with #BAF98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF98E; }

 p { color: rgb(186,249,142); }

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

background-color css

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

 a { background-color: rgb(186,249,142); }

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

border-color css

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

 span { border-color: rgb(186,249,142); }

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