Html Css Color HEX #BAE075 Sulu

📋 copy color: '#BAE075'

red 186 ◦ green 224 ◦ blue 117

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

Shades of Sulu #BAE075

Tints of Sulu #BAE075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.2%

R = 35.29%
G = 42.5%
B = 22.2%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#BAE075 (or 0xBAE075) is known color: Sulu. HEX triplet: BA, E0 and 75. RGB value is (186,224,117). Sum of RGB (Red+Green+Blue) = 186+224+117=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 117 (46.09% from 255 or 22.20% from 527); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE075 is #451F8A. Grayscale: #C8C8C8. Windows color (decimal): -4530059 or 7725242. OLE color: 7725242.

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

Color convert

RGB 186 224 117 -
CMYK 0.17 0 0.48 0.12
HSL 81.31º 0.63% 0.67% -
HSV(B) 81.31º 0.48% 0.88% -
XYZ 50.12 65.03 26.74 -
YUV 200.44 80.91 117.7 -
System Red Green Blue C M Y K H S L
Decimal 186 224 117 0.17 0 0.48 0.12 81.31 0.63 0.67
Hex BA E0 75 11 0 30 C 51 3F 43
Octal 272 340 165 21 0 60 14 121 77 103
Binary 10111010 11100000 1110101 10001 0 110000 1100 1010001 111111 1000011

Color Harmonies of #BAE075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE075

Black with #BAE075

Text Example


Text Example

White with #BAE075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE075; }

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

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

background-color css

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

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

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

border-color css

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

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

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