Html Css Color HEX #BAF977 Sulu

📋 copy color: '#BAF977'

red 186 ◦ green 249 ◦ blue 119

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

Shades of Sulu #BAF977

Tints of Sulu #BAF977

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.95%

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

R = 33.57%
G = 44.95%
B = 21.48%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#BAF977 (or 0xBAF977) is known color: Sulu. HEX triplet: BA, F9 and 77. RGB value is (186,249,119). Sum of RGB (Red+Green+Blue) = 186+249+119=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 119 (46.88% from 255 or 21.48% from 554); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF977 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF977 is #450688. Grayscale: #D7D7D7. Windows color (decimal): -4523657 or 7862714. OLE color: 7862714.

HSL color Cylindrical-coordinate representation of color #BAF977: hue angle of 89.08º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAF977 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 249 119 -
CMYK 0.25 0 0.52 0.02
HSL 89.08º 0.92% 0.72% -
HSV(B) 89.08º 0.52% 0.98% -
XYZ 57.46 79.52 29.77 -
YUV 215.34 73.63 107.07 -
System Red Green Blue C M Y K H S L
Decimal 186 249 119 0.25 0 0.52 0.02 89.08 0.92 0.72
Hex BA F9 77 19 0 34 2 59 5C 48
Octal 272 371 167 31 0 64 2 131 134 110
Binary 10111010 11111001 1110111 11001 0 110100 10 1011001 1011100 1001000

Color Harmonies of #BAF977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF977

Black with #BAF977

Text Example


Text Example

White with #BAF977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF977; }

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

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

background-color css

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

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

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

border-color css

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

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

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