Html Css Color HEX #BAF077 Sulu

📋 copy color: '#BAF077'

red 186 ◦ green 240 ◦ blue 119

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

Shades of Sulu #BAF077

Tints of Sulu #BAF077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.83%

R = 34.13%
G = 44.04%
B = 21.83%

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

#BAF077 (or 0xBAF077) is known color: Sulu. HEX triplet: BA, F0 and 77. RGB value is (186,240,119). Sum of RGB (Red+Green+Blue) = 186+240+119=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 240 (94.14% from 255 or 44.04% from 545); Blue value is 119 (46.88% from 255 or 21.83% from 545); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF077 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF077 is #450F88. Grayscale: #D2D2D2. Windows color (decimal): -4525961 or 7860410. OLE color: 7860410.

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

Color convert

RGB 186 240 119 -
CMYK 0.22 0 0.50 0.06
HSL 86.78º 0.8% 0.7% -
HSV(B) 86.78º 0.5% 0.94% -
XYZ 54.74 74.09 28.87 -
YUV 210.06 76.61 110.84 -
System Red Green Blue C M Y K H S L
Decimal 186 240 119 0.22 0 0.50 0.06 86.78 0.8 0.7
Hex BA F0 77 16 0 32 6 57 50 46
Octal 272 360 167 26 0 62 6 127 120 106
Binary 10111010 11110000 1110111 10110 0 110010 110 1010111 1010000 1000110

Color Harmonies of #BAF077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF077

Black with #BAF077

Text Example


Text Example

White with #BAF077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF077; }

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

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

background-color css

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

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

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

border-color css

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

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

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