Html Css Color HEX #BAE673 Sulu

📋 copy color: '#BAE673'

red 186 ◦ green 230 ◦ blue 115

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

Shades of Sulu #BAE673

Tints of Sulu #BAE673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.66%

R = 35.03%
G = 43.31%
B = 21.66%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.5

 K value IS 0.10

RGB Variations

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

Color information

#BAE673 (or 0xBAE673) is known color: Sulu. HEX triplet: BA, E6 and 73. RGB value is (186,230,115). Sum of RGB (Red+Green+Blue) = 186+230+115=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 230 (90.23% from 255 or 43.31% from 531); Blue value is 115 (45.31% from 255 or 21.66% from 531); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE673 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE673 is #45198C. Grayscale: #CCCCCC. Windows color (decimal): -4528525 or 7595706. OLE color: 7595706.

HSL color Cylindrical-coordinate representation of color #BAE673: hue angle of 82.96º 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 #BAE673 is Cyan = 0.19, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 230 115 -
CMYK 0.19 0 0.5 0.10
HSL 82.96º 0.7% 0.68% -
HSV(B) 82.96º 0.5% 0.9% -
XYZ 51.64 68.27 26.68 -
YUV 203.73 77.92 115.35 -
System Red Green Blue C M Y K H S L
Decimal 186 230 115 0.19 0 0.5 0.10 82.96 0.7 0.68
Hex BA E6 73 13 0 32 A 53 46 44
Octal 272 346 163 23 0 62 12 123 106 104
Binary 10111010 11100110 1110011 10011 0 110010 1010 1010011 1000110 1000100

Color Harmonies of #BAE673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE673

Black with #BAE673

Text Example


Text Example

White with #BAE673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE673; }

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

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

background-color css

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

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

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

border-color css

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

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

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