Html Css Color HEX #BAE272 Sulu

📋 copy color: '#BAE272'

red 186 ◦ green 226 ◦ blue 114

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

Shades of Sulu #BAE272

Tints of Sulu #BAE272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.67%

R = 35.36%
G = 42.97%
B = 21.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#BAE272 (or 0xBAE272) is known color: Sulu. HEX triplet: BA, E2 and 72. RGB value is (186,226,114). Sum of RGB (Red+Green+Blue) = 186+226+114=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 226 (88.67% from 255 or 42.97% from 526); Blue value is 114 (44.92% from 255 or 21.67% from 526); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE272 is #451D8D. Grayscale: #C9C9C9. Windows color (decimal): -4529550 or 7529146. OLE color: 7529146.

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

Color convert

RGB 186 226 114 -
CMYK 0.18 0 0.50 0.11
HSL 81.43º 0.66% 0.67% -
HSV(B) 81.43º 0.5% 0.89% -
XYZ 50.48 66.05 26.01 -
YUV 201.27 78.75 117.11 -
System Red Green Blue C M Y K H S L
Decimal 186 226 114 0.18 0 0.50 0.11 81.43 0.66 0.67
Hex BA E2 72 12 0 32 B 51 42 43
Octal 272 342 162 22 0 62 13 121 102 103
Binary 10111010 11100010 1110010 10010 0 110010 1011 1010001 1000010 1000011

Color Harmonies of #BAE272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE272

Black with #BAE272

Text Example


Text Example

White with #BAE272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE272; }

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

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

background-color css

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

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

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

border-color css

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

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

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