Html Css Color HEX #BAF377 Sulu

📋 copy color: '#BAF377'

red 186 ◦ green 243 ◦ blue 119

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

Shades of Sulu #BAF377

Tints of Sulu #BAF377

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.34%

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

R = 33.94%
G = 44.34%
B = 21.72%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#BAF377 (or 0xBAF377) is known color: Sulu. HEX triplet: BA, F3 and 77. RGB value is (186,243,119). Sum of RGB (Red+Green+Blue) = 186+243+119=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 243 (95.31% from 255 or 44.34% from 548); Blue value is 119 (46.88% from 255 or 21.72% from 548); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF377 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF377 is #450C88. Grayscale: #D4D4D4. Windows color (decimal): -4525193 or 7861178. OLE color: 7861178.

HSL color Cylindrical-coordinate representation of color #BAF377: hue angle of 87.58º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAF377 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 243 119 -
CMYK 0.23 0 0.51 0.05
HSL 87.58º 0.84% 0.71% -
HSV(B) 87.58º 0.51% 0.95% -
XYZ 55.63 75.87 29.17 -
YUV 211.82 75.62 109.58 -
System Red Green Blue C M Y K H S L
Decimal 186 243 119 0.23 0 0.51 0.05 87.58 0.84 0.71
Hex BA F3 77 17 0 33 5 58 54 47
Octal 272 363 167 27 0 63 5 130 124 107
Binary 10111010 11110011 1110111 10111 0 110011 101 1011000 1010100 1000111

Color Harmonies of #BAF377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF377

Black with #BAF377

Text Example


Text Example

White with #BAF377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF377; }

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

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

background-color css

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

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

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

border-color css

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

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

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