Html Css Color HEX #BAF86D Sulu

📋 copy color: '#BAF86D'

red 186 ◦ green 248 ◦ blue 109

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

Shades of Sulu #BAF86D

Tints of Sulu #BAF86D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.67%

 BLUE value IS 109 (42.97% from 255) = 20.07%

R = 34.25%
G = 45.67%
B = 20.07%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#BAF86D (or 0xBAF86D) is known color: Sulu. HEX triplet: BA, F8 and 6D. RGB value is (186,248,109). Sum of RGB (Red+Green+Blue) = 186+248+109=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 248 (97.27% from 255 or 45.67% from 543); Blue value is 109 (42.97% from 255 or 20.07% from 543); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF86D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF86D is #450792. Grayscale: #D6D6D6. Windows color (decimal): -4523923 or 7207098. OLE color: 7207098.

HSL color Cylindrical-coordinate representation of color #BAF86D: hue angle of 86.76º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BAF86D is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 248 109 -
CMYK 0.25 0 0.56 0.03
HSL 86.76º 0.91% 0.7% -
HSV(B) 86.76º 0.56% 0.97% -
XYZ 56.58 78.68 26.67 -
YUV 213.62 68.96 108.3 -
System Red Green Blue C M Y K H S L
Decimal 186 248 109 0.25 0 0.56 0.03 86.76 0.91 0.7
Hex BA F8 6D 19 0 38 3 57 5B 46
Octal 272 370 155 31 0 70 3 127 133 106
Binary 10111010 11111000 1101101 11001 0 111000 11 1010111 1011011 1000110

Color Harmonies of #BAF86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF86D

Black with #BAF86D

Text Example


Text Example

White with #BAF86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF86D; }

 p { color: rgb(186,248,109); }

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

background-color css

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

 a { background-color: rgb(186,248,109); }

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

border-color css

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

 span { border-color: rgb(186,248,109); }

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