Html Css Color HEX #BAEA83 Sulu

📋 copy color: '#BAEA83'

red 186 ◦ green 234 ◦ blue 131

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

Shades of Sulu #BAEA83

Tints of Sulu #BAEA83

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.47%

 BLUE value IS 131 (51.56% from 255) = 23.77%

R = 33.76%
G = 42.47%
B = 23.77%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#BAEA83 (or 0xBAEA83) is known color: Sulu. HEX triplet: BA, EA and 83. RGB value is (186,234,131). Sum of RGB (Red+Green+Blue) = 186+234+131=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 131 (51.56% from 255 or 23.77% from 551); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEA83 is #45157C. Grayscale: #D0D0D0. Windows color (decimal): -4527485 or 8645306. OLE color: 8645306.

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

Color convert

RGB 186 234 131 -
CMYK 0.21 0 0.44 0.08
HSL 87.96º 0.71% 0.72% -
HSV(B) 87.96º 0.44% 0.92% -
XYZ 53.77 70.92 32.33 -
YUV 207.91 84.6 112.38 -
System Red Green Blue C M Y K H S L
Decimal 186 234 131 0.21 0 0.44 0.08 87.96 0.71 0.72
Hex BA EA 83 15 0 2C 8 58 47 48
Octal 272 352 203 25 0 54 10 130 107 110
Binary 10111010 11101010 10000011 10101 0 101100 1000 1011000 1000111 1001000

Color Harmonies of #BAEA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEA83

Black with #BAEA83

Text Example


Text Example

White with #BAEA83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEA83; }

 p { color: rgb(186,234,131); }

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

background-color css

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

 a { background-color: rgb(186,234,131); }

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

border-color css

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

 span { border-color: rgb(186,234,131); }

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