Html Css Color HEX #BAEA76 Sulu

📋 copy color: '#BAEA76'

red 186 ◦ green 234 ◦ blue 118

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

Shades of Sulu #BAEA76

Tints of Sulu #BAEA76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.93%

R = 34.57%
G = 43.49%
B = 21.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#BAEA76 (or 0xBAEA76) is known color: Sulu. HEX triplet: BA, EA and 76. RGB value is (186,234,118). Sum of RGB (Red+Green+Blue) = 186+234+118=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 234 (91.80% from 255 or 43.49% from 538); Blue value is 118 (46.48% from 255 or 21.93% from 538); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEA76 is #451589. Grayscale: #CECECE. Windows color (decimal): -4527498 or 7793338. OLE color: 7793338.

HSL color Cylindrical-coordinate representation of color #BAEA76: hue angle of 84.83º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAEA76 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 234 118 -
CMYK 0.21 0 0.50 0.08
HSL 84.83º 0.73% 0.69% -
HSV(B) 84.83º 0.5% 0.92% -
XYZ 52.94 70.59 27.97 -
YUV 206.42 78.1 113.43 -
System Red Green Blue C M Y K H S L
Decimal 186 234 118 0.21 0 0.50 0.08 84.83 0.73 0.69
Hex BA EA 76 15 0 32 8 55 49 45
Octal 272 352 166 25 0 62 10 125 111 105
Binary 10111010 11101010 1110110 10101 0 110010 1000 1010101 1001001 1000101

Color Harmonies of #BAEA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEA76

Black with #BAEA76

Text Example


Text Example

White with #BAEA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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