Html Css Color HEX #BAE070 Sulu

📋 copy color: '#BAE070'

red 186 ◦ green 224 ◦ blue 112

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

Shades of Sulu #BAE070

Tints of Sulu #BAE070

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.91%

 BLUE value IS 112 (44.14% from 255) = 21.46%

R = 35.63%
G = 42.91%
B = 21.46%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#BAE070 (or 0xBAE070) is known color: Sulu. HEX triplet: BA, E0 and 70. RGB value is (186,224,112). Sum of RGB (Red+Green+Blue) = 186+224+112=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 224 (87.89% from 255 or 42.91% from 522); Blue value is 112 (44.14% from 255 or 21.46% from 522); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE070 is #451F8F. Grayscale: #C8C8C8. Windows color (decimal): -4530064 or 7397562. OLE color: 7397562.

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

Color convert

RGB 186 224 112 -
CMYK 0.17 0 0.50 0.12
HSL 80.36º 0.64% 0.66% -
HSV(B) 80.36º 0.5% 0.88% -
XYZ 49.83 64.92 25.23 -
YUV 199.87 78.41 118.11 -
System Red Green Blue C M Y K H S L
Decimal 186 224 112 0.17 0 0.50 0.12 80.36 0.64 0.66
Hex BA E0 70 11 0 32 C 50 40 42
Octal 272 340 160 21 0 62 14 120 100 102
Binary 10111010 11100000 1110000 10001 0 110010 1100 1010000 1000000 1000010

Color Harmonies of #BAE070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE070

Black with #BAE070

Text Example


Text Example

White with #BAE070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE070; }

 p { color: rgb(186,224,112); }

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

background-color css

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

 a { background-color: rgb(186,224,112); }

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

border-color css

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

 span { border-color: rgb(186,224,112); }

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