Html Css Color HEX #BAE784 Sulu

📋 copy color: '#BAE784'

red 186 ◦ green 231 ◦ blue 132

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

Shades of Sulu #BAE784

Tints of Sulu #BAE784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.04%

R = 33.88%
G = 42.08%
B = 24.04%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#BAE784 (or 0xBAE784) is known color: Sulu. HEX triplet: BA, E7 and 84. RGB value is (186,231,132). Sum of RGB (Red+Green+Blue) = 186+231+132=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 231 (90.62% from 255 or 42.08% from 549); Blue value is 132 (51.95% from 255 or 24.04% from 549); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE784 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE784 is #45187B. Grayscale: #CECECE. Windows color (decimal): -4528252 or 8710074. OLE color: 8710074.

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

Color convert

RGB 186 231 132 -
CMYK 0.19 0 0.43 0.09
HSL 87.27º 0.67% 0.71% -
HSV(B) 87.27º 0.43% 0.91% -
XYZ 52.99 69.26 32.4 -
YUV 206.26 86.09 113.55 -
System Red Green Blue C M Y K H S L
Decimal 186 231 132 0.19 0 0.43 0.09 87.27 0.67 0.71
Hex BA E7 84 13 0 2B 9 57 43 47
Octal 272 347 204 23 0 53 11 127 103 107
Binary 10111010 11100111 10000100 10011 0 101011 1001 1010111 1000011 1000111

Color Harmonies of #BAE784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE784

Black with #BAE784

Text Example


Text Example

White with #BAE784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE784; }

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

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

background-color css

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

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

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

border-color css

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

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

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