Html Css Color HEX #BAF68F Sulu

📋 copy color: '#BAF68F'

red 186 ◦ green 246 ◦ blue 143

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

Shades of Sulu #BAF68F

Tints of Sulu #BAF68F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 24.87%

R = 32.35%
G = 42.78%
B = 24.87%

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

#BAF68F (or 0xBAF68F) is known color: Sulu. HEX triplet: BA, F6 and 8F. RGB value is (186,246,143). Sum of RGB (Red+Green+Blue) = 186+246+143=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 246 (96.48% from 255 or 42.78% from 575); Blue value is 143 (56.25% from 255 or 24.87% from 575); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF68F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF68F is #450970. Grayscale: #D8D8D8. Windows color (decimal): -4524401 or 9434810. OLE color: 9434810.

HSL color Cylindrical-coordinate representation of color #BAF68F: hue angle of 94.95º 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 #BAF68F is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 246 143 -
CMYK 0.24 0 0.42 0.04
HSL 94.95º 0.85% 0.76% -
HSV(B) 94.95º 0.42% 0.96% -
XYZ 58.16 78.33 38.04 -
YUV 216.32 86.62 106.38 -
System Red Green Blue C M Y K H S L
Decimal 186 246 143 0.24 0 0.42 0.04 94.95 0.85 0.76
Hex BA F6 8F 18 0 2A 4 5F 55 4C
Octal 272 366 217 30 0 52 4 137 125 114
Binary 10111010 11110110 10001111 11000 0 101010 100 1011111 1010101 1001100

Color Harmonies of #BAF68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF68F

Black with #BAF68F

Text Example


Text Example

White with #BAF68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF68F; }

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

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

background-color css

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

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

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

border-color css

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

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

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