Html Css Color HEX #BAEB8A Sulu

📋 copy color: '#BAEB8A'

red 186 ◦ green 235 ◦ blue 138

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

Shades of Sulu #BAEB8A

Tints of Sulu #BAEB8A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.04%

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

R = 33.27%
G = 42.04%
B = 24.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#BAEB8A (or 0xBAEB8A) is known color: Sulu. HEX triplet: BA, EB and 8A. RGB value is (186,235,138). Sum of RGB (Red+Green+Blue) = 186+235+138=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 235 (92.19% from 255 or 42.04% from 559); Blue value is 138 (54.30% from 255 or 24.69% from 559); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEB8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEB8A is #451475. Grayscale: #D1D1D1. Windows color (decimal): -4527222 or 9104314. OLE color: 9104314.

HSL color Cylindrical-coordinate representation of color #BAEB8A: hue angle of 90.31º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAEB8A is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 235 138 -
CMYK 0.21 0 0.41 0.08
HSL 90.31º 0.71% 0.73% -
HSV(B) 90.31º 0.41% 0.92% -
XYZ 54.55 71.69 35.01 -
YUV 209.29 87.77 111.39 -
System Red Green Blue C M Y K H S L
Decimal 186 235 138 0.21 0 0.41 0.08 90.31 0.71 0.73
Hex BA EB 8A 15 0 29 8 5A 47 49
Octal 272 353 212 25 0 51 10 132 107 111
Binary 10111010 11101011 10001010 10101 0 101001 1000 1011010 1000111 1001001

Color Harmonies of #BAEB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEB8A

Black with #BAEB8A

Text Example


Text Example

White with #BAEB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEB8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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