Html Css Color HEX #BAF079 Sulu

📋 copy color: '#BAF079'

red 186 ◦ green 240 ◦ blue 121

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

Shades of Sulu #BAF079

Tints of Sulu #BAF079

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.88%

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

R = 34%
G = 43.88%
B = 22.12%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#BAF079 (or 0xBAF079) is known color: Sulu. HEX triplet: BA, F0 and 79. RGB value is (186,240,121). Sum of RGB (Red+Green+Blue) = 186+240+121=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 240 (94.14% from 255 or 43.88% from 547); Blue value is 121 (47.66% from 255 or 22.12% from 547); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF079 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF079 is #450F86. Grayscale: #D2D2D2. Windows color (decimal): -4525959 or 7991482. OLE color: 7991482.

HSL color Cylindrical-coordinate representation of color #BAF079: hue angle of 87.23º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAF079 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 240 121 -
CMYK 0.22 0 0.50 0.06
HSL 87.23º 0.8% 0.71% -
HSV(B) 87.23º 0.5% 0.94% -
XYZ 54.86 74.14 29.51 -
YUV 210.29 77.61 110.68 -
System Red Green Blue C M Y K H S L
Decimal 186 240 121 0.22 0 0.50 0.06 87.23 0.8 0.71
Hex BA F0 79 16 0 32 6 57 50 47
Octal 272 360 171 26 0 62 6 127 120 107
Binary 10111010 11110000 1111001 10110 0 110010 110 1010111 1010000 1000111

Color Harmonies of #BAF079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF079

Black with #BAF079

Text Example


Text Example

White with #BAF079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF079; }

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

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

background-color css

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

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

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

border-color css

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

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

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