Html Css Color HEX #BAE679 Sulu

📋 copy color: '#BAE679'

red 186 ◦ green 230 ◦ blue 121

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

Shades of Sulu #BAE679

Tints of Sulu #BAE679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 22.53%

R = 34.64%
G = 42.83%
B = 22.53%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#BAE679 (or 0xBAE679) is known color: Sulu. HEX triplet: BA, E6 and 79. RGB value is (186,230,121). Sum of RGB (Red+Green+Blue) = 186+230+121=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 230 (90.23% from 255 or 42.83% from 537); Blue value is 121 (47.66% from 255 or 22.53% from 537); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE679 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE679 is #451986. Grayscale: #CCCCCC. Windows color (decimal): -4528519 or 7988922. OLE color: 7988922.

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

Color convert

RGB 186 230 121 -
CMYK 0.19 0 0.47 0.10
HSL 84.22º 0.69% 0.69% -
HSV(B) 84.22º 0.47% 0.9% -
XYZ 52 68.41 28.55 -
YUV 204.42 80.92 114.86 -
System Red Green Blue C M Y K H S L
Decimal 186 230 121 0.19 0 0.47 0.10 84.22 0.69 0.69
Hex BA E6 79 13 0 2F A 54 45 45
Octal 272 346 171 23 0 57 12 124 105 105
Binary 10111010 11100110 1111001 10011 0 101111 1010 1010100 1000101 1000101

Color Harmonies of #BAE679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE679

Black with #BAE679

Text Example


Text Example

White with #BAE679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE679; }

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

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

background-color css

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

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

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

border-color css

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

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

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