Html Css Color HEX #BAE674 Sulu

📋 copy color: '#BAE674'

red 186 ◦ green 230 ◦ blue 116

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

Shades of Sulu #BAE674

Tints of Sulu #BAE674

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.23%

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

R = 34.96%
G = 43.23%
B = 21.8%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#BAE674 (or 0xBAE674) is known color: Sulu. HEX triplet: BA, E6 and 74. RGB value is (186,230,116). Sum of RGB (Red+Green+Blue) = 186+230+116=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 230 (90.23% from 255 or 43.23% from 532); Blue value is 116 (45.70% from 255 or 21.80% from 532); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE674 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE674 is #45198B. Grayscale: #CCCCCC. Windows color (decimal): -4528524 or 7661242. OLE color: 7661242.

HSL color Cylindrical-coordinate representation of color #BAE674: hue angle of 83.16º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAE674 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 230 116 -
CMYK 0.19 0 0.50 0.10
HSL 83.16º 0.7% 0.68% -
HSV(B) 83.16º 0.5% 0.9% -
XYZ 51.7 68.29 26.98 -
YUV 203.85 78.42 115.27 -
System Red Green Blue C M Y K H S L
Decimal 186 230 116 0.19 0 0.50 0.10 83.16 0.7 0.68
Hex BA E6 74 13 0 32 A 53 46 44
Octal 272 346 164 23 0 62 12 123 106 104
Binary 10111010 11100110 1110100 10011 0 110010 1010 1010011 1000110 1000100

Color Harmonies of #BAE674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE674

Black with #BAE674

Text Example


Text Example

White with #BAE674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE674; }

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

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

background-color css

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

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

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

border-color css

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

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

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