Html Css Color HEX #BAE374 Sulu

📋 copy color: '#BAE374'

red 186 ◦ green 227 ◦ blue 116

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

Shades of Sulu #BAE374

Tints of Sulu #BAE374

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.91%

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

R = 35.16%
G = 42.91%
B = 21.93%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#BAE374 (or 0xBAE374) is known color: Sulu. HEX triplet: BA, E3 and 74. RGB value is (186,227,116). Sum of RGB (Red+Green+Blue) = 186+227+116=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 227 (89.06% from 255 or 42.91% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE374 is #451C8B. Grayscale: #CACACA. Windows color (decimal): -4529292 or 7660474. OLE color: 7660474.

HSL color Cylindrical-coordinate representation of color #BAE374: hue angle of 82.16º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BAE374 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 227 116 -
CMYK 0.18 0 0.49 0.11
HSL 82.16º 0.66% 0.67% -
HSV(B) 82.16º 0.49% 0.89% -
XYZ 50.87 66.64 26.7 -
YUV 202.09 79.42 116.53 -
System Red Green Blue C M Y K H S L
Decimal 186 227 116 0.18 0 0.49 0.11 82.16 0.66 0.67
Hex BA E3 74 12 0 31 B 52 42 43
Octal 272 343 164 22 0 61 13 122 102 103
Binary 10111010 11100011 1110100 10010 0 110001 1011 1010010 1000010 1000011

Color Harmonies of #BAE374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE374

Black with #BAE374

Text Example


Text Example

White with #BAE374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE374; }

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

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

background-color css

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

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

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

border-color css

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

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

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