Html Css Color HEX #BAEA71 Sulu

📋 copy color: '#BAEA71'

red 186 ◦ green 234 ◦ blue 113

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

Shades of Sulu #BAEA71

Tints of Sulu #BAEA71

RGB

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

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

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

R = 34.9%
G = 43.9%
B = 21.2%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#BAEA71 (or 0xBAEA71) is known color: Sulu. HEX triplet: BA, EA and 71. RGB value is (186,234,113). Sum of RGB (Red+Green+Blue) = 186+234+113=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 234 (91.80% from 255 or 43.90% from 533); Blue value is 113 (44.53% from 255 or 21.20% from 533); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEA71 is #45158E. Grayscale: #CECECE. Windows color (decimal): -4527503 or 7465658. OLE color: 7465658.

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

Color convert

RGB 186 234 113 -
CMYK 0.21 0 0.52 0.08
HSL 83.8º 0.74% 0.68% -
HSV(B) 83.8º 0.52% 0.92% -
XYZ 52.65 70.48 26.45 -
YUV 205.85 75.6 113.84 -
System Red Green Blue C M Y K H S L
Decimal 186 234 113 0.21 0 0.52 0.08 83.8 0.74 0.68
Hex BA EA 71 15 0 34 8 54 4A 44
Octal 272 352 161 25 0 64 10 124 112 104
Binary 10111010 11101010 1110001 10101 0 110100 1000 1010100 1001010 1000100

Color Harmonies of #BAEA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEA71

Black with #BAEA71

Text Example


Text Example

White with #BAEA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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