Html Css Color HEX #BAE07C Sulu

📋 copy color: '#BAE07C'

red 186 ◦ green 224 ◦ blue 124

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

Shades of Sulu #BAE07C

Tints of Sulu #BAE07C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.95%

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

R = 34.83%
G = 41.95%
B = 23.22%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#BAE07C (or 0xBAE07C) is known color: Sulu. HEX triplet: BA, E0 and 7C. RGB value is (186,224,124). Sum of RGB (Red+Green+Blue) = 186+224+124=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 124 (48.83% from 255 or 23.22% from 534); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE07C is #451F83. Grayscale: #C9C9C9. Windows color (decimal): -4530052 or 8183994. OLE color: 8183994.

HSL color Cylindrical-coordinate representation of color #BAE07C: hue angle of 82.8º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BAE07C is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 224 124 -
CMYK 0.17 0 0.45 0.12
HSL 82.8º 0.62% 0.68% -
HSV(B) 82.8º 0.45% 0.88% -
XYZ 50.54 65.21 28.99 -
YUV 201.24 84.41 117.13 -
System Red Green Blue C M Y K H S L
Decimal 186 224 124 0.17 0 0.45 0.12 82.8 0.62 0.68
Hex BA E0 7C 11 0 2D C 53 3E 44
Octal 272 340 174 21 0 55 14 123 76 104
Binary 10111010 11100000 1111100 10001 0 101101 1100 1010011 111110 1000100

Color Harmonies of #BAE07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE07C

Black with #BAE07C

Text Example


Text Example

White with #BAE07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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