Html Css Color HEX #BAE76F Sulu

📋 copy color: '#BAE76F'

red 186 ◦ green 231 ◦ blue 111

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

Shades of Sulu #BAE76F

Tints of Sulu #BAE76F

RGB

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

 GREEN value IS 231 (90.63% from 255) = 43.75%

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

R = 35.23%
G = 43.75%
B = 21.02%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#BAE76F (or 0xBAE76F) is known color: Sulu. HEX triplet: BA, E7 and 6F. RGB value is (186,231,111). Sum of RGB (Red+Green+Blue) = 186+231+111=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 231 (90.62% from 255 or 43.75% from 528); Blue value is 111 (43.75% from 255 or 21.02% from 528); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE76F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE76F is #451890. Grayscale: #CCCCCC. Windows color (decimal): -4528273 or 7333818. OLE color: 7333818.

HSL color Cylindrical-coordinate representation of color #BAE76F: hue angle of 82.5º degrees, saturation: 0.71, 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 #BAE76F is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 231 111 -
CMYK 0.19 0 0.52 0.09
HSL 82.5º 0.71% 0.67% -
HSV(B) 82.5º 0.52% 0.91% -
XYZ 51.69 68.74 25.58 -
YUV 203.87 75.59 115.26 -
System Red Green Blue C M Y K H S L
Decimal 186 231 111 0.19 0 0.52 0.09 82.5 0.71 0.67
Hex BA E7 6F 13 0 34 9 52 47 43
Octal 272 347 157 23 0 64 11 122 107 103
Binary 10111010 11100111 1101111 10011 0 110100 1001 1010010 1000111 1000011

Color Harmonies of #BAE76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE76F

Black with #BAE76F

Text Example


Text Example

White with #BAE76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE76F; }

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

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

background-color css

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

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

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

border-color css

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

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

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