Html Css Color HEX #BAE172 Sulu

📋 copy color: '#BAE172'

red 186 ◦ green 225 ◦ blue 114

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

Shades of Sulu #BAE172

Tints of Sulu #BAE172

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.86%

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

R = 35.43%
G = 42.86%
B = 21.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#BAE172 (or 0xBAE172) is known color: Sulu. HEX triplet: BA, E1 and 72. RGB value is (186,225,114). Sum of RGB (Red+Green+Blue) = 186+225+114=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 225 (88.28% from 255 or 42.86% from 525); Blue value is 114 (44.92% from 255 or 21.71% from 525); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE172 is #451E8D. Grayscale: #C9C9C9. Windows color (decimal): -4529806 or 7528890. OLE color: 7528890.

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

Color convert

RGB 186 225 114 -
CMYK 0.17 0 0.49 0.12
HSL 81.08º 0.65% 0.66% -
HSV(B) 81.08º 0.49% 0.88% -
XYZ 50.21 65.5 25.92 -
YUV 200.69 79.08 117.53 -
System Red Green Blue C M Y K H S L
Decimal 186 225 114 0.17 0 0.49 0.12 81.08 0.65 0.66
Hex BA E1 72 11 0 31 C 51 41 42
Octal 272 341 162 21 0 61 14 121 101 102
Binary 10111010 11100001 1110010 10001 0 110001 1100 1010001 1000001 1000010

Color Harmonies of #BAE172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE172

Black with #BAE172

Text Example


Text Example

White with #BAE172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE172; }

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

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

background-color css

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

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

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

border-color css

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

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

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