Html Css Color HEX #BAE076 Sulu

📋 copy color: '#BAE076'

red 186 ◦ green 224 ◦ blue 118

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

Shades of Sulu #BAE076

Tints of Sulu #BAE076

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.42%

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

R = 35.23%
G = 42.42%
B = 22.35%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#BAE076 (or 0xBAE076) is known color: Sulu. HEX triplet: BA, E0 and 76. RGB value is (186,224,118). Sum of RGB (Red+Green+Blue) = 186+224+118=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 118 (46.48% from 255 or 22.35% from 528); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE076 is #451F89. Grayscale: #C8C8C8. Windows color (decimal): -4530058 or 7790778. OLE color: 7790778.

HSL color Cylindrical-coordinate representation of color #BAE076: hue angle of 81.51º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BAE076 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 224 118 -
CMYK 0.17 0 0.47 0.12
HSL 81.51º 0.63% 0.67% -
HSV(B) 81.51º 0.47% 0.88% -
XYZ 50.18 65.06 27.05 -
YUV 200.55 81.41 117.62 -
System Red Green Blue C M Y K H S L
Decimal 186 224 118 0.17 0 0.47 0.12 81.51 0.63 0.67
Hex BA E0 76 11 0 2F C 52 3F 43
Octal 272 340 166 21 0 57 14 122 77 103
Binary 10111010 11100000 1110110 10001 0 101111 1100 1010010 111111 1000011

Color Harmonies of #BAE076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE076

Black with #BAE076

Text Example


Text Example

White with #BAE076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE076; }

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

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

background-color css

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

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

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

border-color css

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

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

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