Html Css Color HEX #BAEC71 Sulu

📋 copy color: '#BAEC71'

red 186 ◦ green 236 ◦ blue 113

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

Shades of Sulu #BAEC71

Tints of Sulu #BAEC71

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.11%

 BLUE value IS 113 (44.53% from 255) = 21.12%

R = 34.77%
G = 44.11%
B = 21.12%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#BAEC71 (or 0xBAEC71) is known color: Sulu. HEX triplet: BA, EC and 71. RGB value is (186,236,113). Sum of RGB (Red+Green+Blue) = 186+236+113=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 113 (44.53% from 255 or 21.12% from 535); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEC71 is #45138E. Grayscale: #CFCFCF. Windows color (decimal): -4526991 or 7466170. OLE color: 7466170.

HSL color Cylindrical-coordinate representation of color #BAEC71: hue angle of 84.39º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAEC71 is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 236 113 -
CMYK 0.21 0 0.52 0.07
HSL 84.39º 0.76% 0.68% -
HSV(B) 84.39º 0.52% 0.93% -
XYZ 53.23 71.62 26.64 -
YUV 207.03 74.94 113 -
System Red Green Blue C M Y K H S L
Decimal 186 236 113 0.21 0 0.52 0.07 84.39 0.76 0.68
Hex BA EC 71 15 0 34 7 54 4C 44
Octal 272 354 161 25 0 64 7 124 114 104
Binary 10111010 11101100 1110001 10101 0 110100 111 1010100 1001100 1000100

Color Harmonies of #BAEC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEC71

Black with #BAEC71

Text Example


Text Example

White with #BAEC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEC71; }

 p { color: rgb(186,236,113); }

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

background-color css

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

 a { background-color: rgb(186,236,113); }

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

border-color css

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

 span { border-color: rgb(186,236,113); }

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