Html Css Color HEX #BAF68E Sulu

📋 copy color: '#BAF68E'

red 186 ◦ green 246 ◦ blue 142

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

Shades of Sulu #BAF68E

Tints of Sulu #BAF68E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.86%

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

R = 32.4%
G = 42.86%
B = 24.74%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#BAF68E (or 0xBAF68E) is known color: Sulu. HEX triplet: BA, F6 and 8E. RGB value is (186,246,142). Sum of RGB (Red+Green+Blue) = 186+246+142=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 246 (96.48% from 255 or 42.86% from 574); Blue value is 142 (55.86% from 255 or 24.74% from 574); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF68E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF68E is #450971. Grayscale: #D8D8D8. Windows color (decimal): -4524402 or 9369274. OLE color: 9369274.

HSL color Cylindrical-coordinate representation of color #BAF68E: hue angle of 94.62º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAF68E is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 246 142 -
CMYK 0.24 0 0.42 0.04
HSL 94.62º 0.85% 0.76% -
HSV(B) 94.62º 0.42% 0.96% -
XYZ 58.09 78.3 37.64 -
YUV 216.2 86.12 106.46 -
System Red Green Blue C M Y K H S L
Decimal 186 246 142 0.24 0 0.42 0.04 94.62 0.85 0.76
Hex BA F6 8E 18 0 2A 4 5F 55 4C
Octal 272 366 216 30 0 52 4 137 125 114
Binary 10111010 11110110 10001110 11000 0 101010 100 1011111 1010101 1001100

Color Harmonies of #BAF68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF68E

Black with #BAF68E

Text Example


Text Example

White with #BAF68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF68E; }

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

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

background-color css

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

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

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

border-color css

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

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

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