Html Css Color HEX #BAE976 Sulu

📋 copy color: '#BAE976'

red 186 ◦ green 233 ◦ blue 118

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

Shades of Sulu #BAE976

Tints of Sulu #BAE976

RGB

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

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

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

R = 34.64%
G = 43.39%
B = 21.97%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#BAE976 (or 0xBAE976) is known color: Sulu. HEX triplet: BA, E9 and 76. RGB value is (186,233,118). Sum of RGB (Red+Green+Blue) = 186+233+118=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 233 (91.41% from 255 or 43.39% from 537); Blue value is 118 (46.48% from 255 or 21.97% from 537); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE976 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE976 is #451689. Grayscale: #CECECE. Windows color (decimal): -4527754 or 7793082. OLE color: 7793082.

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

Color convert

RGB 186 233 118 -
CMYK 0.20 0 0.49 0.09
HSL 84.52º 0.72% 0.69% -
HSV(B) 84.52º 0.49% 0.91% -
XYZ 52.66 70.02 27.88 -
YUV 205.84 78.43 113.85 -
System Red Green Blue C M Y K H S L
Decimal 186 233 118 0.20 0 0.49 0.09 84.52 0.72 0.69
Hex BA E9 76 14 0 31 9 55 48 45
Octal 272 351 166 24 0 61 11 125 110 105
Binary 10111010 11101001 1110110 10100 0 110001 1001 1010101 1001000 1000101

Color Harmonies of #BAE976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE976

Black with #BAE976

Text Example


Text Example

White with #BAE976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE976; }

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

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

background-color css

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

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

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

border-color css

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

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

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