Html Css Color HEX #BAE472 Sulu

📋 copy color: '#BAE472'

red 186 ◦ green 228 ◦ blue 114

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

Shades of Sulu #BAE472

Tints of Sulu #BAE472

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.18%

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

R = 35.23%
G = 43.18%
B = 21.59%

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

#BAE472 (or 0xBAE472) is known color: Sulu. HEX triplet: BA, E4 and 72. RGB value is (186,228,114). Sum of RGB (Red+Green+Blue) = 186+228+114=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 228 (89.45% from 255 or 43.18% from 528); Blue value is 114 (44.92% from 255 or 21.59% from 528); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE472 is #451B8D. Grayscale: #CACACA. Windows color (decimal): -4529038 or 7529658. OLE color: 7529658.

HSL color Cylindrical-coordinate representation of color #BAE472: hue angle of 82.11º degrees, saturation: 0.68, 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 #BAE472 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 228 114 -
CMYK 0.18 0 0.50 0.11
HSL 82.11º 0.68% 0.67% -
HSV(B) 82.11º 0.5% 0.89% -
XYZ 51.03 67.14 26.19 -
YUV 202.45 78.09 116.27 -
System Red Green Blue C M Y K H S L
Decimal 186 228 114 0.18 0 0.50 0.11 82.11 0.68 0.67
Hex BA E4 72 12 0 32 B 52 44 43
Octal 272 344 162 22 0 62 13 122 104 103
Binary 10111010 11100100 1110010 10010 0 110010 1011 1010010 1000100 1000011

Color Harmonies of #BAE472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE472

Black with #BAE472

Text Example


Text Example

White with #BAE472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE472; }

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

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

background-color css

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

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

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

border-color css

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

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

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