Html Css Color HEX #BAE772 Sulu

📋 copy color: '#BAE772'

red 186 ◦ green 231 ◦ blue 114

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

Shades of Sulu #BAE772

Tints of Sulu #BAE772

RGB

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

 GREEN value IS 231 (90.63% from 255) = 43.5%

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

R = 35.03%
G = 43.5%
B = 21.47%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#BAE772 (or 0xBAE772) is known color: Sulu. HEX triplet: BA, E7 and 72. RGB value is (186,231,114). Sum of RGB (Red+Green+Blue) = 186+231+114=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 231 (90.62% from 255 or 43.50% from 531); Blue value is 114 (44.92% from 255 or 21.47% from 531); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE772 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE772 is #45188D. Grayscale: #CCCCCC. Windows color (decimal): -4528270 or 7530426. OLE color: 7530426.

HSL color Cylindrical-coordinate representation of color #BAE772: hue angle of 83.08º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAE772 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 231 114 -
CMYK 0.19 0 0.51 0.09
HSL 83.08º 0.71% 0.68% -
HSV(B) 83.08º 0.51% 0.91% -
XYZ 51.86 68.81 26.47 -
YUV 204.21 77.09 115.01 -
System Red Green Blue C M Y K H S L
Decimal 186 231 114 0.19 0 0.51 0.09 83.08 0.71 0.68
Hex BA E7 72 13 0 33 9 53 47 44
Octal 272 347 162 23 0 63 11 123 107 104
Binary 10111010 11100111 1110010 10011 0 110011 1001 1010011 1000111 1000100

Color Harmonies of #BAE772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE772

Black with #BAE772

Text Example


Text Example

White with #BAE772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE772; }

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

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

background-color css

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

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

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

border-color css

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

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

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