Html Css Color HEX #BAE774 Sulu

📋 copy color: '#BAE774'

red 186 ◦ green 231 ◦ blue 116

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

Shades of Sulu #BAE774

Tints of Sulu #BAE774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.76%

R = 34.9%
G = 43.34%
B = 21.76%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#BAE774 (or 0xBAE774) is known color: Sulu. HEX triplet: BA, E7 and 74. RGB value is (186,231,116). Sum of RGB (Red+Green+Blue) = 186+231+116=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 231 (90.62% from 255 or 43.34% from 533); Blue value is 116 (45.70% from 255 or 21.76% from 533); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE774 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE774 is #45188B. Grayscale: #CCCCCC. Windows color (decimal): -4528268 or 7661498. OLE color: 7661498.

HSL color Cylindrical-coordinate representation of color #BAE774: hue angle of 83.48º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAE774 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 231 116 -
CMYK 0.19 0 0.50 0.09
HSL 83.48º 0.71% 0.68% -
HSV(B) 83.48º 0.5% 0.91% -
XYZ 51.98 68.85 27.07 -
YUV 204.44 78.09 114.85 -
System Red Green Blue C M Y K H S L
Decimal 186 231 116 0.19 0 0.50 0.09 83.48 0.71 0.68
Hex BA E7 74 13 0 32 9 53 47 44
Octal 272 347 164 23 0 62 11 123 107 104
Binary 10111010 11100111 1110100 10011 0 110010 1001 1010011 1000111 1000100

Color Harmonies of #BAE774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE774

Black with #BAE774

Text Example


Text Example

White with #BAE774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE774; }

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

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

background-color css

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

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

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

border-color css

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

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

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