Html Css Color HEX #BAE974 Sulu

📋 copy color: '#BAE974'

red 186 ◦ green 233 ◦ blue 116

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

Shades of Sulu #BAE974

Tints of Sulu #BAE974

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.55%

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

R = 34.77%
G = 43.55%
B = 21.68%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#BAE974 (or 0xBAE974) is known color: Sulu. HEX triplet: BA, E9 and 74. RGB value is (186,233,116). Sum of RGB (Red+Green+Blue) = 186+233+116=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 233 (91.41% from 255 or 43.55% from 535); Blue value is 116 (45.70% from 255 or 21.68% from 535); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE974 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE974 is #45168B. Grayscale: #CECECE. Windows color (decimal): -4527756 or 7662010. OLE color: 7662010.

HSL color Cylindrical-coordinate representation of color #BAE974: hue angle of 84.1º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAE974 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 233 116 -
CMYK 0.20 0 0.50 0.09
HSL 84.1º 0.73% 0.68% -
HSV(B) 84.1º 0.5% 0.91% -
XYZ 52.54 69.98 27.26 -
YUV 205.61 77.43 114.01 -
System Red Green Blue C M Y K H S L
Decimal 186 233 116 0.20 0 0.50 0.09 84.1 0.73 0.68
Hex BA E9 74 14 0 32 9 54 49 44
Octal 272 351 164 24 0 62 11 124 111 104
Binary 10111010 11101001 1110100 10100 0 110010 1001 1010100 1001001 1000100

Color Harmonies of #BAE974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE974

Black with #BAE974

Text Example


Text Example

White with #BAE974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE974; }

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

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

background-color css

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

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

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

border-color css

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

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

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