Html Css Color HEX #BAE38A Sulu

📋 copy color: '#BAE38A'

red 186 ◦ green 227 ◦ blue 138

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

Shades of Sulu #BAE38A

Tints of Sulu #BAE38A

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.2%

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

R = 33.76%
G = 41.2%
B = 25.05%

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

#BAE38A (or 0xBAE38A) is known color: Sulu. HEX triplet: BA, E3 and 8A. RGB value is (186,227,138). Sum of RGB (Red+Green+Blue) = 186+227+138=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 227 (89.06% from 255 or 41.20% from 551); Blue value is 138 (54.30% from 255 or 25.05% from 551); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE38A is #451C75. Grayscale: #CCCCCC. Windows color (decimal): -4529270 or 9102266. OLE color: 9102266.

HSL color Cylindrical-coordinate representation of color #BAE38A: hue angle of 87.64º degrees, saturation: 0.61, 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 #BAE38A is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 227 138 -
CMYK 0.18 0 0.39 0.11
HSL 87.64º 0.61% 0.72% -
HSV(B) 87.64º 0.39% 0.89% -
XYZ 52.31 67.21 34.26 -
YUV 204.6 90.42 114.74 -
System Red Green Blue C M Y K H S L
Decimal 186 227 138 0.18 0 0.39 0.11 87.64 0.61 0.72
Hex BA E3 8A 12 0 27 B 58 3D 48
Octal 272 343 212 22 0 47 13 130 75 110
Binary 10111010 11100011 10001010 10010 0 100111 1011 1011000 111101 1001000

Color Harmonies of #BAE38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE38A

Black with #BAE38A

Text Example


Text Example

White with #BAE38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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