Html Css Color HEX #BAE97C Sulu

📋 copy color: '#BAE97C'

red 186 ◦ green 233 ◦ blue 124

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

Shades of Sulu #BAE97C

Tints of Sulu #BAE97C

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.91%

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

R = 34.25%
G = 42.91%
B = 22.84%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#BAE97C (or 0xBAE97C) is known color: Sulu. HEX triplet: BA, E9 and 7C. RGB value is (186,233,124). Sum of RGB (Red+Green+Blue) = 186+233+124=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 233 (91.41% from 255 or 42.91% from 543); Blue value is 124 (48.83% from 255 or 22.84% from 543); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE97C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE97C is #451683. Grayscale: #CECECE. Windows color (decimal): -4527748 or 8186298. OLE color: 8186298.

HSL color Cylindrical-coordinate representation of color #BAE97C: hue angle of 85.87º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BAE97C is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 233 124 -
CMYK 0.20 0 0.47 0.09
HSL 85.87º 0.71% 0.7% -
HSV(B) 85.87º 0.47% 0.91% -
XYZ 53.03 70.17 29.82 -
YUV 206.52 81.43 113.36 -
System Red Green Blue C M Y K H S L
Decimal 186 233 124 0.20 0 0.47 0.09 85.87 0.71 0.7
Hex BA E9 7C 14 0 2F 9 56 47 46
Octal 272 351 174 24 0 57 11 126 107 106
Binary 10111010 11101001 1111100 10100 0 101111 1001 1010110 1000111 1000110

Color Harmonies of #BAE97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE97C

Black with #BAE97C

Text Example


Text Example

White with #BAE97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE97C; }

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

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

background-color css

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

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

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

border-color css

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

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

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