Html Css Color HEX #BAE96F Sulu

📋 copy color: '#BAE96F'

red 186 ◦ green 233 ◦ blue 111

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

Shades of Sulu #BAE96F

Tints of Sulu #BAE96F

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.96%

 BLUE value IS 111 (43.75% from 255) = 20.94%

R = 35.09%
G = 43.96%
B = 20.94%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#BAE96F (or 0xBAE96F) is known color: Sulu. HEX triplet: BA, E9 and 6F. RGB value is (186,233,111). Sum of RGB (Red+Green+Blue) = 186+233+111=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 111 (43.75% from 255 or 20.94% from 530); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE96F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE96F is #451690. Grayscale: #CDCDCD. Windows color (decimal): -4527761 or 7334330. OLE color: 7334330.

HSL color Cylindrical-coordinate representation of color #BAE96F: hue angle of 83.11º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAE96F is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 233 111 -
CMYK 0.20 0 0.52 0.09
HSL 83.11º 0.73% 0.67% -
HSV(B) 83.11º 0.52% 0.91% -
XYZ 52.26 69.86 25.77 -
YUV 205.04 74.93 114.42 -
System Red Green Blue C M Y K H S L
Decimal 186 233 111 0.20 0 0.52 0.09 83.11 0.73 0.67
Hex BA E9 6F 14 0 34 9 53 49 43
Octal 272 351 157 24 0 64 11 123 111 103
Binary 10111010 11101001 1101111 10100 0 110100 1001 1010011 1001001 1000011

Color Harmonies of #BAE96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE96F

Black with #BAE96F

Text Example


Text Example

White with #BAE96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE96F; }

 p { color: rgb(186,233,111); }

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

background-color css

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

 a { background-color: rgb(186,233,111); }

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

border-color css

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

 span { border-color: rgb(186,233,111); }

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