Html Css Color HEX #BAEA73 Sulu

📋 copy color: '#BAEA73'

red 186 ◦ green 234 ◦ blue 115

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

Shades of Sulu #BAEA73

Tints of Sulu #BAEA73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.5%

R = 34.77%
G = 43.74%
B = 21.5%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#BAEA73 (or 0xBAEA73) is known color: Sulu. HEX triplet: BA, EA and 73. RGB value is (186,234,115). Sum of RGB (Red+Green+Blue) = 186+234+115=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 234 (91.80% from 255 or 43.74% from 535); Blue value is 115 (45.31% from 255 or 21.50% from 535); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEA73 is #45158C. Grayscale: #CECECE. Windows color (decimal): -4527501 or 7596730. OLE color: 7596730.

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

Color convert

RGB 186 234 115 -
CMYK 0.21 0 0.51 0.08
HSL 84.2º 0.74% 0.68% -
HSV(B) 84.2º 0.51% 0.92% -
XYZ 52.77 70.52 27.05 -
YUV 206.08 76.6 113.68 -
System Red Green Blue C M Y K H S L
Decimal 186 234 115 0.21 0 0.51 0.08 84.2 0.74 0.68
Hex BA EA 73 15 0 33 8 54 4A 44
Octal 272 352 163 25 0 63 10 124 112 104
Binary 10111010 11101010 1110011 10101 0 110011 1000 1010100 1001010 1000100

Color Harmonies of #BAEA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEA73

Black with #BAEA73

Text Example


Text Example

White with #BAEA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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