Html Css Color HEX #BAE779 Sulu

📋 copy color: '#BAE779'

red 186 ◦ green 231 ◦ blue 121

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

Shades of Sulu #BAE779

Tints of Sulu #BAE779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 22.49%

R = 34.57%
G = 42.94%
B = 22.49%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#BAE779 (or 0xBAE779) is known color: Sulu. HEX triplet: BA, E7 and 79. RGB value is (186,231,121). Sum of RGB (Red+Green+Blue) = 186+231+121=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 231 (90.62% from 255 or 42.94% from 538); Blue value is 121 (47.66% from 255 or 22.49% from 538); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE779 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE779 is #451886. Grayscale: #CDCDCD. Windows color (decimal): -4528263 or 7989178. OLE color: 7989178.

HSL color Cylindrical-coordinate representation of color #BAE779: hue angle of 84.55º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BAE779 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 231 121 -
CMYK 0.19 0 0.48 0.09
HSL 84.55º 0.7% 0.69% -
HSV(B) 84.55º 0.48% 0.91% -
XYZ 52.28 68.97 28.65 -
YUV 205.01 80.59 114.44 -
System Red Green Blue C M Y K H S L
Decimal 186 231 121 0.19 0 0.48 0.09 84.55 0.7 0.69
Hex BA E7 79 13 0 30 9 55 46 45
Octal 272 347 171 23 0 60 11 125 106 105
Binary 10111010 11100111 1111001 10011 0 110000 1001 1010101 1000110 1000101

Color Harmonies of #BAE779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE779

Black with #BAE779

Text Example


Text Example

White with #BAE779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE779; }

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

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

background-color css

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

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

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

border-color css

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

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

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