Html Css Color HEX #BAE676 Sulu

📋 copy color: '#BAE676'

red 186 ◦ green 230 ◦ blue 118

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

Shades of Sulu #BAE676

Tints of Sulu #BAE676

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.07%

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

R = 34.83%
G = 43.07%
B = 22.1%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#BAE676 (or 0xBAE676) is known color: Sulu. HEX triplet: BA, E6 and 76. RGB value is (186,230,118). Sum of RGB (Red+Green+Blue) = 186+230+118=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 230 (90.23% from 255 or 43.07% from 534); Blue value is 118 (46.48% from 255 or 22.10% from 534); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE676 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE676 is #451989. Grayscale: #CCCCCC. Windows color (decimal): -4528522 or 7792314. OLE color: 7792314.

HSL color Cylindrical-coordinate representation of color #BAE676: hue angle of 83.57º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BAE676 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 230 118 -
CMYK 0.19 0 0.49 0.10
HSL 83.57º 0.69% 0.68% -
HSV(B) 83.57º 0.49% 0.9% -
XYZ 51.82 68.34 27.6 -
YUV 204.08 79.42 115.11 -
System Red Green Blue C M Y K H S L
Decimal 186 230 118 0.19 0 0.49 0.10 83.57 0.69 0.68
Hex BA E6 76 13 0 31 A 54 45 44
Octal 272 346 166 23 0 61 12 124 105 104
Binary 10111010 11100110 1110110 10011 0 110001 1010 1010100 1000101 1000100

Color Harmonies of #BAE676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE676

Black with #BAE676

Text Example


Text Example

White with #BAE676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE676; }

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

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

background-color css

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

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

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

border-color css

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

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

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