Html Css Color HEX #BAE074 Sulu

📋 copy color: '#BAE074'

red 186 ◦ green 224 ◦ blue 116

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

Shades of Sulu #BAE074

Tints of Sulu #BAE074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.05%

R = 35.36%
G = 42.59%
B = 22.05%

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

#BAE074 (or 0xBAE074) is known color: Sulu. HEX triplet: BA, E0 and 74. RGB value is (186,224,116). Sum of RGB (Red+Green+Blue) = 186+224+116=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 116 (45.70% from 255 or 22.05% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE074 is #451F8B. Grayscale: #C8C8C8. Windows color (decimal): -4530060 or 7659706. OLE color: 7659706.

HSL color Cylindrical-coordinate representation of color #BAE074: hue angle of 81.11º degrees, saturation: 0.64, 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 #BAE074 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 224 116 -
CMYK 0.17 0 0.48 0.12
HSL 81.11º 0.64% 0.67% -
HSV(B) 81.11º 0.48% 0.88% -
XYZ 50.06 65.01 26.43 -
YUV 200.33 80.41 117.78 -
System Red Green Blue C M Y K H S L
Decimal 186 224 116 0.17 0 0.48 0.12 81.11 0.64 0.67
Hex BA E0 74 11 0 30 C 51 40 43
Octal 272 340 164 21 0 60 14 121 100 103
Binary 10111010 11100000 1110100 10001 0 110000 1100 1010001 1000000 1000011

Color Harmonies of #BAE074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE074

Black with #BAE074

Text Example


Text Example

White with #BAE074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE074; }

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

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

background-color css

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

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

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

border-color css

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

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

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