Html Css Color HEX #BAEA7C Sulu

📋 copy color: '#BAEA7C'

red 186 ◦ green 234 ◦ blue 124

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

Shades of Sulu #BAEA7C

Tints of Sulu #BAEA7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.79%

R = 34.19%
G = 43.01%
B = 22.79%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#BAEA7C (or 0xBAEA7C) is known color: Sulu. HEX triplet: BA, EA and 7C. RGB value is (186,234,124). Sum of RGB (Red+Green+Blue) = 186+234+124=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 234 (91.80% from 255 or 43.01% from 544); Blue value is 124 (48.83% from 255 or 22.79% from 544); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEA7C is #451583. Grayscale: #CFCFCF. Windows color (decimal): -4527492 or 8186554. OLE color: 8186554.

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

Color convert

RGB 186 234 124 -
CMYK 0.21 0 0.47 0.08
HSL 86.18º 0.72% 0.7% -
HSV(B) 86.18º 0.47% 0.92% -
XYZ 53.31 70.74 29.91 -
YUV 207.11 81.1 112.94 -
System Red Green Blue C M Y K H S L
Decimal 186 234 124 0.21 0 0.47 0.08 86.18 0.72 0.7
Hex BA EA 7C 15 0 2F 8 56 48 46
Octal 272 352 174 25 0 57 10 126 110 106
Binary 10111010 11101010 1111100 10101 0 101111 1000 1010110 1001000 1000110

Color Harmonies of #BAEA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEA7C

Black with #BAEA7C

Text Example


Text Example

White with #BAEA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEA7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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