Html Css Color HEX #BAE48A Sulu

📋 copy color: '#BAE48A'

red 186 ◦ green 228 ◦ blue 138

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

Shades of Sulu #BAE48A

Tints of Sulu #BAE48A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.3%

 BLUE value IS 138 (54.3% from 255) = 25%

R = 33.7%
G = 41.3%
B = 25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#BAE48A (or 0xBAE48A) is known color: Sulu. HEX triplet: BA, E4 and 8A. RGB value is (186,228,138). Sum of RGB (Red+Green+Blue) = 186+228+138=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 228 (89.45% from 255 or 41.30% from 552); Blue value is 138 (54.30% from 255 or 25% from 552); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE48A is #451B75. Grayscale: #CDCDCD. Windows color (decimal): -4529014 or 9102522. OLE color: 9102522.

HSL color Cylindrical-coordinate representation of color #BAE48A: hue angle of 88º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BAE48A is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 228 138 -
CMYK 0.18 0 0.39 0.11
HSL 88º 0.63% 0.72% -
HSV(B) 88º 0.39% 0.89% -
XYZ 52.58 67.76 34.35 -
YUV 205.18 90.09 114.32 -
System Red Green Blue C M Y K H S L
Decimal 186 228 138 0.18 0 0.39 0.11 88 0.63 0.72
Hex BA E4 8A 12 0 27 B 58 3E 48
Octal 272 344 212 22 0 47 13 130 76 110
Binary 10111010 11100100 10001010 10010 0 100111 1011 1011000 111110 1001000

Color Harmonies of #BAE48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE48A

Black with #BAE48A

Text Example


Text Example

White with #BAE48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE48A; }

 p { color: rgb(186,228,138); }

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

background-color css

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

 a { background-color: rgb(186,228,138); }

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

border-color css

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

 span { border-color: rgb(186,228,138); }

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