Html Css Color HEX #BAF971 Sulu

📋 copy color: '#BAF971'

red 186 ◦ green 249 ◦ blue 113

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

Shades of Sulu #BAF971

Tints of Sulu #BAF971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.62%

R = 33.94%
G = 45.44%
B = 20.62%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#BAF971 (or 0xBAF971) is known color: Sulu. HEX triplet: BA, F9 and 71. RGB value is (186,249,113). Sum of RGB (Red+Green+Blue) = 186+249+113=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 113 (44.53% from 255 or 20.62% from 548); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF971 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF971 is #45068E. Grayscale: #D7D7D7. Windows color (decimal): -4523663 or 7469498. OLE color: 7469498.

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

Color convert

RGB 186 249 113 -
CMYK 0.25 0 0.55 0.02
HSL 87.79º 0.92% 0.71% -
HSV(B) 87.79º 0.55% 0.98% -
XYZ 57.11 79.38 27.94 -
YUV 214.66 70.63 107.56 -
System Red Green Blue C M Y K H S L
Decimal 186 249 113 0.25 0 0.55 0.02 87.79 0.92 0.71
Hex BA F9 71 19 0 37 2 58 5C 47
Octal 272 371 161 31 0 67 2 130 134 107
Binary 10111010 11111001 1110001 11001 0 110111 10 1011000 1011100 1000111

Color Harmonies of #BAF971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF971

Black with #BAF971

Text Example


Text Example

White with #BAF971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF971; }

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

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

background-color css

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

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

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

border-color css

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

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

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