Html Css Color HEX #BAE26D Sulu

📋 copy color: '#BAE26D'

red 186 ◦ green 226 ◦ blue 109

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

Shades of Sulu #BAE26D

Tints of Sulu #BAE26D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.38%

 BLUE value IS 109 (42.97% from 255) = 20.92%

R = 35.7%
G = 43.38%
B = 20.92%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#BAE26D (or 0xBAE26D) is known color: Sulu. HEX triplet: BA, E2 and 6D. RGB value is (186,226,109). Sum of RGB (Red+Green+Blue) = 186+226+109=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 226 (88.67% from 255 or 43.38% from 521); Blue value is 109 (42.97% from 255 or 20.92% from 521); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE26D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE26D is #451D92. Grayscale: #C9C9C9. Windows color (decimal): -4529555 or 7201466. OLE color: 7201466.

HSL color Cylindrical-coordinate representation of color #BAE26D: hue angle of 80.51º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAE26D is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 226 109 -
CMYK 0.18 0 0.52 0.11
HSL 80.51º 0.67% 0.66% -
HSV(B) 80.51º 0.52% 0.89% -
XYZ 50.21 65.94 24.55 -
YUV 200.7 76.25 117.51 -
System Red Green Blue C M Y K H S L
Decimal 186 226 109 0.18 0 0.52 0.11 80.51 0.67 0.66
Hex BA E2 6D 12 0 34 B 51 43 42
Octal 272 342 155 22 0 64 13 121 103 102
Binary 10111010 11100010 1101101 10010 0 110100 1011 1010001 1000011 1000010

Color Harmonies of #BAE26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE26D

Black with #BAE26D

Text Example


Text Example

White with #BAE26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE26D; }

 p { color: rgb(186,226,109); }

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

background-color css

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

 a { background-color: rgb(186,226,109); }

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

border-color css

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

 span { border-color: rgb(186,226,109); }

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